solana-resilience-kit - v1.0.0
Demo
GitHub
Preparing search index...
src
FeeOracle
Interface FeeOracle
interface
FeeOracle
{
getPriorityFee
(
writableAccounts
:
string
[]
)
:
Promise
<
PriorityFeeEstimate
>
;
}
Implemented by
HeliusFeeOracle
NativeFeeOracle
Index
Methods
get
Priority
Fee
Methods
get
Priority
Fee
getPriorityFee
(
writableAccounts
:
string
[]
)
:
Promise
<
PriorityFeeEstimate
>
Estimate priority fee given the writable accounts the tx will touch.
Parameters
writableAccounts
:
string
[]
Returns
Promise
<
PriorityFeeEstimate
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Priority
Fee
Demo
GitHub
solana-resilience-kit - v1.0.0
Loading...
Estimate priority fee given the writable accounts the tx will touch.