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

reqParams

Request data for the operation

Returns

VyPromise<VyTransactionPreparationBase>

Last updated