@paystreamer/sdk
    Preparing search index...

    Interface DepositEvent

    interface DepositEvent {
        account_id: string;
        amount: string;
        id: string;
        timestamp: number;
    }
    Index
    account_id: string
    amount: string
    id: string
    timestamp: number