INPUT_OBJECT
CreateBitcoinTransactionInput
link GraphQL Schema definition
- input CreateBitcoinTransactionInput {
- # The authentication tokens for the user which to submit the transaction for
- # signature. Optional for API key authentication
- AuthenticationInput :
- # The create bitcoin transaction parameters
- CreateBitcoinTransactionParams! :
- # A text field identifying where the request to sign came from - your application
- # name should go here
- String! :
- # Request that when the transaction is signed by the authorised signer(s),
- # TrustVault will send it directly to the network
- Boolean :
- # The currency to return the assets in. See docs for supported currencies.
- # defaults to GBP
- String :
- # If the transaction should be submitted for devices for signing. defaults to
- # false to allow reviewing transaction data. Set to true when you want to send a
- # transaction to devices to sign.
- Boolean :
- }