fix: sendAndConfirmTransaction now returns the transaction signature
This commit is contained in:
@ -232,5 +232,5 @@ declare module '@solana/web3.js' {
|
||||
from: Account,
|
||||
transaction: Transaction,
|
||||
runtimeErrorOk?: boolean,
|
||||
): Promise<void>;
|
||||
): Promise<TransactionSignature>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user