interface CompleteDelegationInfo {
    from: Uint8Array;
    shares: Uint8Array;
    to: Uint8Array;
}

Properties

Properties

from: Uint8Array
shares: Uint8Array
to: Uint8Array