Coda by Ian Macalinao
    Preparing search index...

    Type Alias NewEscrowEvent

    type NewEscrowEvent = {
        escrow: Address;
        escrowOwner: Address;
        locker: Address;
        timestamp: bigint;
    }
    Index
    escrow: Address
    escrowOwner: Address
    locker: Address
    timestamp: bigint