interface GetTransactionHistory {
    id: string;
    type: "GET_TRANSACTION_HISTORY";
}

Hierarchy (View Summary)

Properties

Properties

id: string
type: "GET_TRANSACTION_HISTORY"