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

    Properties

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