Erc20WithdrawalDetails
Specific details for an erc20 withdrawal
type Erc20WithdrawalDetails {
receiverAddress: String!
}
Fields
Erc20WithdrawalDetails.receiverAddress
● String!
non-null scalar
The ethereum address of the receiver of the asset funds
Implemented by
WithdrawalDetails
union