ao-js-sdk - v0.4.0
    Preparing search index...

    Interface CreditConstructorParams

    Constructor parameters for Credit class.

    interface CreditConstructorParams {
        accountCredited: string;
        accountDebited: string;
        fromProcess: string;
        id: string;
        tokenBalance: TokenBalance;
        transactionDate: Date;
    }
    Index

    Properties

    accountCredited: string
    accountDebited: string
    fromProcess: string
    id: string
    tokenBalance: TokenBalance
    transactionDate: Date