fix: return signature from transfer transactions
This commit is contained in:
committed by
Michael Vines
parent
04962c5cec
commit
5ce16c2cbb
@ -170,7 +170,7 @@ declare module '@solana/web3.js' {
|
||||
source: PublicKey,
|
||||
destination: PublicKey,
|
||||
amount: number | TokenAmount,
|
||||
): Promise<void>;
|
||||
): Promise<TransactionSignature>;
|
||||
approve(
|
||||
owner: Account,
|
||||
account: PublicKey,
|
||||
|
Reference in New Issue
Block a user