Erc20WithdrawalApproval
All the data related to the approval of a withdrawal from the network
type Erc20WithdrawalApproval {
assetSource: String!
amount: String!
nonce: String!
signatures: String!
targetAddress: String!
creation: String!
}
Fields
Erc20WithdrawalApproval.assetSource
● String!
non-null scalar
The source asset in the ethereum network
Erc20WithdrawalApproval.amount
● String!
non-null scalar
The amount to be withdrawn
Erc20WithdrawalApproval.nonce
● String!
non-null scalar
The nonce to be used in the request
Erc20WithdrawalApproval.signatures
● String!
non-null scalar
Signature aggregate from the nodes, in the following format: 0x + sig1 + sig2 + ... + sigN
Erc20WithdrawalApproval.targetAddress
● String!
non-null scalar
The target address that will receive the funds
Erc20WithdrawalApproval.creation
● String!
non-null scalar
Timestamp at which the withdrawal was created
Returned by
erc20WithdrawalApproval
query