Coda by Ian Macalinao
    Preparing search index...

    Type Alias ExitEscrowEventArgs

    type ExitEscrowEventArgs = {
        escrowOwner: Address;
        locker: Address;
        lockerSupply: number | bigint;
        releasedAmount: number | bigint;
        timestamp: number | bigint;
    }
    Index
    escrowOwner: Address
    locker: Address
    lockerSupply: number | bigint
    releasedAmount: number | bigint
    timestamp: number | bigint