CreateEIP2930TransactionInput
No description
input CreateEIP2930TransactionInput {
authentication: AuthenticationInput
transaction: EvmEIP2930Transaction!
source: String!
sendToNetworkWhenSigned: Boolean
currency: String
rpcUrl: String
}
Fields
CreateEIP2930TransactionInput.authentication ● AuthenticationInput input
The authentication tokens for the user
CreateEIP2930TransactionInput.transaction ● EvmEIP2930Transaction! non-null input
The EthereumTransaction to be signed
CreateEIP2930TransactionInput.source ● String! non-null scalar
A text field identifying where the request to sign came from - your application name should go here
CreateEIP2930TransactionInput.sendToNetworkWhenSigned ● Boolean scalar
Request that when the transaction is signed by the authorised signer(s), TrustVault will send it directly to the network
CreateEIP2930TransactionInput.currency ● String scalar
The currency to return the assets in. See docs for supported currencies. defaults to GBP
CreateEIP2930TransactionInput.rpcUrl ● String scalar
A non-authenticated Rpc Url of a node to submit transactions to
Member Of
createEIP2930Transaction mutation