@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Interface ArkTransaction

    interface ArkTransaction {
        amount: number;
        createdAt: number;
        key: TxKey;
        settled: boolean;
        type: TxType;
    }
    Index

    Properties

    amount: number
    createdAt: number
    key: TxKey
    settled: boolean
    type: TxType