Lockup configuration.

1.1.0

interface StakeLockup {
    custodian: never;
    epoch: bigint;
    unixTimestamp: bigint;
}

Properties

custodian: never

Custodian who can override the lockup.

epoch: bigint

Epoch until which stake is locked. 0 = no epoch lock.

unixTimestamp: bigint

Unix timestamp until which stake is locked. 0 = no time lock.