Skip to content

Commit

Permalink
added transferChecked (solana-labs#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
fukaoi authored Oct 13, 2021
1 parent 889ccd6 commit 5436ac2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions token/js/module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ declare module '@solana/spl-token' {
multiSigners: Array<Signer>,
amount: number | u64,
): Promise<TransactionSignature>;
transferChecked(
source: PublicKey,
destination: PublicKey,
owner: any,
multiSigners: Array<Signer>,
amount: number | u64,
decimals: number,
): Promise<TransactionSignature>;
approve(
account: PublicKey,
delegate: PublicKey,
Expand Down

0 comments on commit 5436ac2

Please sign in to comment.