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
public static VyTask<VyTransactionPreparationBase> PrepareTransaction(VyImxCollectionCreationTransactionRequest reqParams)
Parameters
Returns
VyTask<VyTransactionPreparationBase> Transaction prepared for a specific chain successfully.
Last updated