Coda by Ian Macalinao
    Preparing search index...
    interface LockEvent {
        amount: bigint;
        duration: bigint;
        escrowOwner: Address;
        locker: Address;
        lockerSupply: bigint;
        nextEscrowEndsAt: bigint;
        nextEscrowStartedAt: bigint;
        prevEscrowEndsAt: bigint;
        tokenMint: Address;
    }
    Index

    Properties

    amount: bigint
    duration: bigint
    escrowOwner: Address
    locker: Address
    lockerSupply: bigint
    nextEscrowEndsAt: bigint
    nextEscrowStartedAt: bigint
    prevEscrowEndsAt: bigint
    tokenMint: Address