fix: return signature from transfer transactions

This commit is contained in:
Tyera Eulberg
2018-11-07 14:13:29 -07:00
committed by Michael Vines
parent 04962c5cec
commit 5ce16c2cbb
3 changed files with 10 additions and 4 deletions

View File

@ -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,