Skip to main content

CreateEvmTransactionLiteInput

No description

input CreateEvmTransactionLiteInput {
ethereumTransaction: EvmRawTransactionInput!
source: String!
signRequests: [SignRequest!]!
expectedDigest: String!
hdWalletPath: HdWalletPathInput!
}

Fields

CreateEvmTransactionLiteInput.ethereumTransaction ● EvmRawTransactionInput! non-null input

The EthereumTransaction to be signed

CreateEvmTransactionLiteInput.source ● String! non-null scalar

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

CreateEvmTransactionLiteInput.signRequests ● [SignRequest!]! non-null input

The signatures which satisfy the wallet's policy

CreateEvmTransactionLiteInput.expectedDigest ● String! non-null scalar

The digest the user signed (this should include the wallet path)

CreateEvmTransactionLiteInput.hdWalletPath ● HdWalletPathInput! non-null input

The HD wallet path within the BIP32 Wallet

Member Of

createEvmTransactionLite mutation