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)
  • authentication: AuthenticationInput
  • # The unique identifier for subWallet you wish to sign this transaction from
  • subWalletId: String!
  • # The Radix transaction details to be signed
  • radixTransactionInput: RadixTransactionInput!
  • }

link Require by