chore: migrate to typescript
This commit is contained in:
committed by
Justin Starry
parent
3eb9f7b3eb
commit
f912c63b22
25
web3.js/src/index.ts
Normal file
25
web3.js/src/index.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
export * from './account';
|
||||
export * from './blockhash';
|
||||
export * from './bpf-loader-deprecated';
|
||||
export * from './bpf-loader';
|
||||
export * from './connection';
|
||||
export * from './fee-calculator';
|
||||
export * from './loader';
|
||||
export * from './message';
|
||||
export * from './nonce-account';
|
||||
export * from './publickey';
|
||||
export * from './stake-program';
|
||||
export * from './system-program';
|
||||
export * from './secp256k1-program';
|
||||
export * from './transaction';
|
||||
export * from './validator-info';
|
||||
export * from './vote-account';
|
||||
export * from './sysvar';
|
||||
export * from './util/send-and-confirm-transaction';
|
||||
export * from './util/send-and-confirm-raw-transaction';
|
||||
export * from './util/cluster';
|
||||
|
||||
/**
|
||||
* There are 1-billion lamports in one SOL
|
||||
*/
|
||||
export const LAMPORTS_PER_SOL = 1000000000;
|
Reference in New Issue
Block a user