stacks-fireblocks-sdk
    Preparing search index...

    Type Alias Transaction

    type Transaction = {
        amount: number;
        recipient: string;
        sender: string;
        success: boolean;
        timestamp: any;
        tokenContractAddress?: string;
        tokenName?: string;
        transaction_hash: string;
        type: STX | FungibleToken;
    }
    Index

    Properties

    amount: number
    recipient: string
    sender: string
    success: boolean
    timestamp: any
    tokenContractAddress?: string
    tokenName?: string
    transaction_hash: string