feat: add getFeeCalculatorForBlockhash method
This commit is contained in:
committed by
Michael Vines
parent
e876081d52
commit
e622bb12b3
@ -284,6 +284,10 @@ declare module '@solana/web3.js' {
|
||||
getRecentBlockhashAndContext(
|
||||
commitment: ?Commitment,
|
||||
): Promise<RpcResponseAndContext<BlockhashAndFeeCalculator>>;
|
||||
getFeeCalculatorForBlockhash(
|
||||
blockhash: Blockhash,
|
||||
commitment: ?Commitment,
|
||||
): Promise<RpcResponseAndContext<FeeCalculator | null>>;
|
||||
getRecentBlockhash(
|
||||
commitment: ?Commitment,
|
||||
): Promise<BlockhashAndFeeCalculator>;
|
||||
|
Reference in New Issue
Block a user