Coda by Ian Macalinao
    Preparing search index...

    Type Alias LockEvent

    type LockEvent = {
        amount: bigint;
        duration: bigint;
        escrowOwner: Address;
        locker: Address;
        lockerSupply: bigint;
        nextEscrowEndsAt: bigint;
        nextEscrowStartedAt: bigint;
        prevEscrowEndsAt: bigint;
        tokenMint: Address;
    }
    Index
    amount: bigint
    duration: bigint
    escrowOwner: Address
    locker: Address
    lockerSupply: bigint
    nextEscrowEndsAt: bigint
    nextEscrowStartedAt: bigint
    prevEscrowEndsAt: bigint
    tokenMint: Address