Tx: {
    blockHeight: number;
    code: number;
    confirmBlocks: number;
    data: string | null;
    fromAddr: Address;
    memo: string;
    orderId: string | null;
    proposalId: string | null;
    sequence: number;
    source: number;
    swapId?: string;
    timeStamp: string;
    toAddr: Address;
    txAge: number;
    txAsset: string;
    txFee: string;
    txHash: string;
    txType: TxType;
    value: string;
}

Tx

Type declaration

  • blockHeight: number

    block height

  • code: number

    transaction result code

  • confirmBlocks: number

    no official description

  • data: string | null

    no official description

  • fromAddr: Address

    From address

  • memo: string

    memo

  • orderId: string | null

    Order ID

  • proposalId: string | null

    no official description

  • sequence: number

    no official description

  • source: number

    no official description

  • Optional swapId?: string

    Optional. Available when the transaction type is one of HTL_TRANSFER, CLAIM_HTL, REFUND_HTL, DEPOSIT_HTL

  • timeStamp: string

    Time of transaction

  • toAddr: Address

    To address

  • txAge: number

    no official description

  • txAsset: string

    no official description

  • txFee: string

    no official description

  • txHash: string

    hash of transaction

  • txType: TxType

    Type of transaction

  • value: string

    Value of transaction

Generated using TypeDoc