Parameters for the generic op payment endpoint (POST /v1/escrow/pay).
POST /v1/escrow/pay
The signature is an EIP-712 signature over a GenericPayment message (see GENERIC_PAYMENT_TYPES and genericPaymentDomain). Build and sign the typed data with your wallet before calling EscrowGatewayClient.payForOp.
signature
GenericPayment
Decimal string representation of the uint256 amount.
Decimal string representation of the uint256 nonce.
0x-prefixed 65-byte EIP-712 signature hex string.
Parameters for the generic op payment endpoint (
POST /v1/escrow/pay).The
signatureis an EIP-712 signature over aGenericPaymentmessage (see GENERIC_PAYMENT_TYPES and genericPaymentDomain). Build and sign the typed data with your wallet before calling EscrowGatewayClient.payForOp.