Coda by Ian Macalinao
    Preparing search index...

    Type Alias NewEscrowEventArgs

    type NewEscrowEventArgs = {
        escrow: Address;
        escrowOwner: Address;
        locker: Address;
        timestamp: number | bigint;
    }
    Index
    escrow: Address
    escrowOwner: Address
    locker: Address
    timestamp: number | bigint