Interface ConsensusAccountsWithdrawEvent

interface ConsensusAccountsWithdrawEvent {
    amount: BaseUnits;
    error?: ConsensusAccountsConsensusError;
    from: Uint8Array;
    nonce: longnum;
    to: Uint8Array;
}

Properties

amount: BaseUnits
from: Uint8Array
nonce: longnum
to: Uint8Array