Class EvmSendRequestProfile
- Namespace
- NArk.ArkadeIntents.Rfq.Profiles.Evm
- Assembly
- NArk.ArkadeIntents.dll
Client-controlled fields of an Arkade-to-ERC20 quote request.
public sealed class EvmSendRequestProfile
- Inheritance
-
EvmSendRequestProfile
- Inherited Members
Properties
ClientRefundPubkey
Client x-only key committed to the Arkade refund leaves.
public required string ClientRefundPubkey { get; init; }
Property Value
EvmClaimAddress
EVM address that receives the ERC20 claim.
public required string EvmClaimAddress { get; init; }
Property Value
PaymentHash
SHA-256 of the client's 32-byte swap preimage, lowercase hex.
public required string PaymentHash { get; init; }
Property Value
RefundAddress
Arkade address receiving a failed swap's refund.
public required string RefundAddress { get; init; }