salt-sdk
    Preparing search index...

    Interface TransactionObjectParams

    Parameters for a transaction stored in the database

    interface TransactionObjectParams {
        amount: number;
        data: string;
        from: string;
        network: string;
        nonce: number;
        notes: string;
        to: string;
        txId: string;
        txInfo: string;
    }
    Index

    Properties

    amount: number
    data: string
    from: string
    network: string
    nonce: number
    notes: string
    to: string
    txId: string
    txInfo: string