Coda by Ian Macalinao
    Preparing search index...
    interface LockConfigArgs {
        lockedTimestamp: number | bigint;
        lockType: Permanent;
        position: Address;
        positionOwner: Address;
        whirlpool: Address;
    }
    Index

    Properties

    lockedTimestamp: number | bigint
    lockType: Permanent
    position: Address
    positionOwner: Address
    whirlpool: Address