estimate Fee
fun Transaction.estimateFee(senderInfo: AccountInfo, feeDenomination: String? = null, gasAdjustment: Float? = null, dispatcher: CoroutineDispatcher = Dispatchers.Default): Deferred<Transaction>
Content copied to clipboard
fun Transaction.estimateFee(gasAmount: Long, feeDenomination: String? = null, dispatcher: CoroutineDispatcher = Dispatchers.Default): Deferred<Transaction>
Content copied to clipboard