INPUT_OBJECT
CreateRadixTransactionInput
link GraphQL Schema definition
- input CreateRadixTransactionInput {
- # The authentication tokens for the user which to submit the transaction for
- # signature (optional for API key users)
- AuthenticationInput :
- # The unique identifier for subWallet you wish to sign this transaction from
- String! :
- # The Radix transaction details to be signed
- RadixTransactionInput! :
- }