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

    Interface TransactionHistory

    interface TransactionHistory {
        id: string;
        success: true;
        transactions: ArkTransaction[];
        type: "TRANSACTION_HISTORY";
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    success: true
    transactions: ArkTransaction[]
    type: "TRANSACTION_HISTORY"