chore: fix up docs

This commit is contained in:
Justin Starry
2020-02-14 23:01:01 +08:00
committed by Michael Vines
parent 8cf98ec4e2
commit 830c55d07b
3 changed files with 20 additions and 21 deletions

View File

@@ -32,5 +32,7 @@ export {
export {sendAndConfirmRawTransaction} from './util/send-and-confirm-raw-transaction';
export {testnetChannelEndpoint} from './util/testnet';
// There are 1-billion lamports in one SOL
/**
* There are 1-billion lamports in one SOL
*/
export const LAMPORTS_PER_SOL = 1000000000;