Coda by Ian Macalinao
    Preparing search index...
    interface LockupArgs {
        custodian: Address;
        epoch: number | bigint;
        unixTimestamp: number | bigint;
    }
    Index

    Properties

    custodian: Address

    custodian signature on a transaction exempts the operation from lockup constraints

    epoch: number | bigint

    epoch height at which this stake will allow withdrawal, unless the transaction is signed by the custodian

    unixTimestamp: number | bigint

    UnixTimestamp at which this stake will allow withdrawal, unless the transaction is signed by the custodian