bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iManualBalances<T>

    interface iManualBalances<T extends NumberType> {
        balances: iBalance<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    balances: iBalance<T>[]

    The list of balances for each transfer. Order number corresponds to the index of the balance in the array.