fix: add sendAndConfirmRawTransaction()

This commit is contained in:
Michael Vines
2018-11-28 11:56:50 -08:00
parent 9f0713d3a7
commit 2962eef2c7
5 changed files with 59 additions and 5 deletions

View File

@ -10,3 +10,6 @@ export {SystemProgram} from './system-program';
export {Token, TokenAmount} from './token-program';
export {Transaction, TransactionInstruction} from './transaction';
export {sendAndConfirmTransaction} from './util/send-and-confirm-transaction';
export {
sendAndConfirmRawTransaction,
} from './util/send-and-confirm-raw-transaction';