feat: remove commitment option from requestAirdrop
This commit is contained in:
committed by
Michael Vines
parent
a9a19e2363
commit
24bb060292
@ -294,7 +294,6 @@ declare module '@solana/web3.js' {
|
||||
requestAirdrop(
|
||||
to: PublicKey,
|
||||
amount: number,
|
||||
commitment: ?Commitment,
|
||||
): Promise<TransactionSignature>;
|
||||
sendTransaction(
|
||||
transaction: Transaction,
|
||||
|
Reference in New Issue
Block a user