{"version":3,"file":"lamports.cjs","sources":["../../../../src/transactions/lamports.ts"],"sourcesContent":["export const LAMPORTS_PER_SOL = 1_000_000_000;\n\nexport const solToLamports = (sol: number): bigint => {\n  return BigInt(Math.round(sol * LAMPORTS_PER_SOL));\n};\n"],"names":[],"mappings":";;AAAO,MAAM,gBAAgB,GAAG;AAEzB,MAAM,aAAa,GAAG,CAAC,GAAW,KAAY;IACnD,OAAO,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,gBAAgB,CAAC,CAAC;AACnD;;;;;"}