feat: expose feeCalculator

This commit is contained in:
Michael Vines
2019-06-12 14:36:05 -07:00
parent 9fde1eb404
commit 10e3a26338
7 changed files with 91 additions and 20 deletions

View File

@ -18,7 +18,7 @@ export function mockGetRecentBlockhash() {
result: [
recentBlockhash.publicKey.toBase58(),
{
/* empty fee calculator */
lamportsPerSignature: 42,
},
],
},