Interface iManualBalances<T>

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

Type Parameters

Implemented by

Properties

Properties

balances: iBalance<T>[]

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