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 prepareTransaction(reqParams: VyTransactionRequestBase) : VyPromise<VyTransactionPreparationBase>
Parameters
Returns
VyPromise<VyTransactionPreparationBase> Transaction prepared for a specific chain successfully.
Last updated