feat: add singleGossip commitment level
This commit is contained in:
committed by
Michael Vines
parent
ed08c25d2d
commit
e2e4b47103
@ -59,7 +59,7 @@ declare module '@solana/web3.js' {
|
||||
value: T,
|
||||
};
|
||||
|
||||
declare export type Commitment = 'max' | 'recent' | 'root' | 'single';
|
||||
declare export type Commitment = 'max' | 'recent' | 'root' | 'single' | 'singleGossip';
|
||||
|
||||
declare export type LargestAccountsFilter = 'circulating' | 'nonCirculating';
|
||||
|
||||
|
Reference in New Issue
Block a user