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

    Properties

    custodian: Address

    custodian signature on a transaction exempts the operation from lockup constraints

    epoch: bigint

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

    unixTimestamp: bigint

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