đ˛runes_estimateRbfOrder
The runes_estimateRbfOrder
method currently only supports Etch orders. Support for Mint orders will be added soon.
You can use the runes_estimateRbfOrder
method to estimate the cost of a speeding up a Rune mint or etch order for your user.
You can specify the order you wish to speed up, and the new fee rate to use for the mint/etch transactions, by passing an EsimateRbfOrderParams
object to the method, with the below properties:
EsimateRbfOrderParams | Description |
---|---|
| |
a string representing the Bitcoin network to use for the mint runes transactions: | |
| a number representing the new increased fee rate to set for the Rune mint transaction(s) or etch transaction, in sats per vbytes |
The runes_estimateRbfOrder
method will not trigger any operation or prompt your user to sign any transaction. It will return an EstimateRbfOrderResponse
object, intended for you and your user to anticipate the cost of speeding up the order:
EstimateRbfOrderResponse | Description |
---|---|
| a number representing the total cost of speeding up the order using RBF at the specified |
|
See the runes_rbfOrder method if you wish to speed up your Rune mint or etch order, and prompt your user to sign the funding transaction required to process the order at an increased fee rate.
Last updated