Skip to main content

CreateEIP1559TransactionInput

No description

input CreateEIP1559TransactionInput {
authentication: AuthenticationInput
transaction: EvmEIP1559Transaction
source: String!
sendToNetworkWhenSigned: Boolean
currency: String
rpcUrl: String
}

Fields

CreateEIP1559TransactionInput.authentication ● AuthenticationInput input

The authentication tokens for the user

CreateEIP1559TransactionInput.transaction ● EvmEIP1559Transaction input

The EthereumTransaction to be signed

CreateEIP1559TransactionInput.source ● String! non-null scalar

A text field identifying where the request to sign came from - your application name should go here

CreateEIP1559TransactionInput.sendToNetworkWhenSigned ● Boolean scalar

Request that when the transaction is signed by the authorised signer(s), TrustVault will send it directly to the network

CreateEIP1559TransactionInput.currency ● String scalar

The currency to return the assets in. See docs for supported currencies. defaults to GBP

CreateEIP1559TransactionInput.rpcUrl ● String scalar

A non-authenticated Rpc Url of a node to submit transactions to

Member Of

createEIP1559Transaction mutation