Interface ConsensusAccountsDelegateEvent

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

Properties

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