TranferEth.CreateTransaction
GasLimitEstimator que construirá la transacción por usted, incluyendo la determinación del gasPrice, gasLimit y nonce apropiados.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TranferEth.CreateTransaction
EthTransaction transferTransaction = await TransferEth.CreateTransaction(client, wallet, recipientAddress, DecimalNormalizer.Normalize(1));
TransactionReceipt receipt = await wallet.SendTransactionAndWaitForReceipt(client, transferTransaction);
GasLimitEstimator que construirá la transacción por usted, incluyendo la determinación del gasPrice, gasLimit y nonce apropiados.¿Esta página le ayudó?