fix: improve send and confirm options ergonomics
This commit is contained in:
committed by
Justin Starry
parent
dae8bc477b
commit
229ff05fe9
@ -55,12 +55,12 @@ declare module '@solana/web3.js' {
|
||||
};
|
||||
|
||||
declare export type SendOptions = {
|
||||
skipPreflight: boolean,
|
||||
skipPreflight: ?boolean,
|
||||
};
|
||||
|
||||
declare export type ConfirmOptions = {
|
||||
confirmations: number,
|
||||
skipPreflight: boolean,
|
||||
confirmations: ?number,
|
||||
skipPreflight: ?boolean,
|
||||
};
|
||||
|
||||
declare export type RpcResponseAndContext<T> = {
|
||||
|
Reference in New Issue
Block a user