feat: add root and single commitment levels
This commit is contained in:
committed by
Michael Vines
parent
1e1c9de367
commit
3b71ec1ff6
@ -59,7 +59,7 @@ declare module '@solana/web3.js' {
|
||||
value: T,
|
||||
};
|
||||
|
||||
declare export type Commitment = 'max' | 'recent';
|
||||
declare export type Commitment = 'max' | 'recent' | 'root' | 'single';
|
||||
|
||||
declare export type SignatureStatusConfig = {
|
||||
searchTransactionHistory: boolean,
|
||||
|
Reference in New Issue
Block a user