Interface ConsensusAccountsUndelegateDoneEvent

interface ConsensusAccountsUndelegateDoneEvent {
    amount: BaseUnits;
    epoch?: longnum;
    from: Uint8Array;
    shares: Uint8Array;
    to: Uint8Array;
}

Properties

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