createEvmTransactionLite
Lightweight version of createEthereumTransaction which takes a raw transaction and its set of pre-signed signRequests. Returned is the signed rawTransactionBytes.
createEvmTransactionLite(
createTransactionInput: CreateEvmTransactionLiteInput!
): CreateEvmTransactionLiteResponse!