interface CompleteUndelegationInfo {
    epoch: longnum;
    from: Uint8Array;
    shares: Uint8Array;
    to: Uint8Array;
}

Properties

Properties

epoch: longnum
from: Uint8Array
shares: Uint8Array
to: Uint8Array