submit With Fee Increase
Submit transaction with a fee increase. Recommended way of creating transactions. This method repeatedly tries to submit transaction, until it's successful. When timeout is reached, base fee will be increased on the baseFeeIncrease value.
Return
transaction that has been submitted to the network.
Parameters
source account of transaction. Will be used as a signer.
transaction timeout.
amount on which fee will be increased after timeout is reached.
base transaction fee. If not specified, default configuration value will be used.
maximum allowed fee. Increased fee is limited by this value.
optional transaction memo.
function that will build the transaction.
Submit transaction with a fee increase. Recommended way of creating transactions. This method repeatedly tries to submit transaction, until it's successful. When timeout is reached, base fee will be increased on the baseFeeIncrease value.
Return
transaction that has been submitted to the network.
Parameters
source address of transaction
transaction timeout
amount on which fee will be increased after timeout is reached
base transaction fee. If not specified, default configuration value will be used
maximum allowed fee. Increased fee is limited by this value.
optional transaction memo
function that will be used to sign the transaction
function that will build the transaction