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<VyLitecoinTransactionPreparationDto> PrepareTransaction(VyLtcTransactionRequest reqParams)

Parameters

reqParams

Request data for the operation

Returns

VyTask<VyLitecoinTransactionPreparationDto>

Last updated