Interface ConsensusAccountsUndelegateStartEvent

interface ConsensusAccountsUndelegateStartEvent {
    debond_end_time: longnum;
    error?: ConsensusAccountsConsensusError;
    from: Uint8Array;
    nonce: longnum;
    shares: Uint8Array;
    to: Uint8Array;
}

Properties

debond_end_time: longnum
from: Uint8Array
nonce: longnum
shares: Uint8Array
to: Uint8Array