UNPKG

gill

Version:

a modern javascript/typescript client library for interacting with the Solana blockchain

11 lines 275 B
/** 1 billion lamports per SOL */ export declare const LAMPORTS_PER_SOL = 1000000000; /** * Genesis hash for Solana network clusters */ export declare const GENESIS_HASH: { mainnet: string; devnet: string; testnet: string; }; //# sourceMappingURL=const.d.ts.map