Coda by Ian Macalinao
    Preparing search index...

    Type Alias ExitEscrowEvent

    type ExitEscrowEvent = {
        escrowOwner: Address;
        locker: Address;
        lockerSupply: bigint;
        releasedAmount: bigint;
        timestamp: bigint;
    }
    Index
    escrowOwner: Address
    locker: Address
    lockerSupply: bigint
    releasedAmount: bigint
    timestamp: bigint