INPUT_OBJECT
CreateExchangeTransferInput
link GraphQL Schema definition
- input CreateExchangeTransferInput {
- # The authentication tokens for the user which to submit the transaction for
- # signature (optional for API key users)
- AuthenticationInput :
- # The ExchangeTransfer to be signed
- ExchangeTransferInput! :
- # A text field identifying where the request to sign came from - your application
- # name should go here
- String! :
- }