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

Hierarchy (View Summary)

Properties

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