Coda by Ian Macalinao
    Preparing search index...
    interface LockConfig {
        discriminator: ReadonlyUint8Array;
        lockedTimestamp: bigint;
        lockType: Permanent;
        position: Address;
        positionOwner: Address;
        whirlpool: Address;
    }
    Index

    Properties

    discriminator: ReadonlyUint8Array
    lockedTimestamp: bigint
    lockType: Permanent
    position: Address
    positionOwner: Address
    whirlpool: Address