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