@web-core/web-sdk
    Preparing search index...

    Interface TransactionHistory

    interface TransactionHistory {
        amount: number;
        date: string;
        transactionId: number;
        type: string;
    }
    Index

    Properties

    amount: number
    date: string
    transactionId: number
    type: string