Documentation
    Preparing search index...
    type LockConfig = {
        discriminator: ReadonlyUint8Array;
        lockedTimestamp: bigint;
        lockType: LockTypeLabel;
        position: Address;
        positionOwner: Address;
        whirlpool: Address;
    }
    Index

    Properties

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