feat: add preflightCommitment support (#12451)
This commit is contained in:
2
web3.js/module.d.ts
vendored
2
web3.js/module.d.ts
vendored
@ -48,11 +48,13 @@ declare module '@solana/web3.js' {
|
||||
|
||||
export type SendOptions = {
|
||||
skipPreflight?: boolean;
|
||||
preflightCommitment?: Commitment;
|
||||
};
|
||||
|
||||
export type ConfirmOptions = {
|
||||
commitment?: Commitment;
|
||||
skipPreflight?: boolean;
|
||||
preflightCommitment?: Commitment;
|
||||
};
|
||||
|
||||
export type ConfirmedSignaturesForAddress2Options = {
|
||||
|
Reference in New Issue
Block a user