Expose getTotalSupply
RPC method (#370)
This commit is contained in:
committed by
Michael Vines
parent
fd2ddef520
commit
034f31d3bc
@ -93,6 +93,7 @@ declare module '@solana/web3.js' {
|
||||
signature: TransactionSignature,
|
||||
): Promise<SignatureSuccess | TransactionError | null>;
|
||||
getTransactionCount(): Promise<number>;
|
||||
getTotalSupply(): Promise<number>;
|
||||
getRecentBlockhash(): Promise<[Blockhash, FeeCalculator]>;
|
||||
requestAirdrop(
|
||||
to: PublicKey,
|
||||
|
Reference in New Issue
Block a user