fix: catchup to upstream loader changes

This commit is contained in:
Michael Vines
2018-10-18 14:29:57 -07:00
parent 00fd0fc435
commit 757cf3ec16
4 changed files with 32 additions and 4 deletions

View File

@ -69,6 +69,7 @@ declare module '@solana/web3.js' {
): Transaction;
static move(from: PublicKey, to: PublicKey, amount: number): Transaction;
static assign(from: PublicKey, programId: PublicKey): Transaction;
static spawn(programId: PublicKey): Transaction;
}
// === src/transaction.js ===