PrepareTransaction
This endpoint is used to prepare a transaction for a specific chain. It populates the transaction with gas fields and nonce. The gas fileds include the gas price / gas fee, so you can know the potent
Last updated
This endpoint is used to prepare a transaction for a specific chain. It populates the transaction with gas fields and nonce. The gas fileds include the gas price / gas fee, so you can know the potent
Last updated
public static VyTask<VyAvacTransactionPreparationDto> PrepareTransaction(VyAvacErc20TransactionRequest reqParams)
Parameters
reqParams
Request data for the operation
Returns
VyTask<VyAvacTransactionPreparationDto> Transaction prepared for a specific chain successfully.