{"version":3,"file":"client.eager.cjs","sources":["../../../../src/transactions/client.eager.ts"],"sourcesContent":["import type { Rpc, SolanaRpcApi } from \"@solana/kit\";\nimport { makeGetComputeUnits, type GetComputeUnitsFn } from \"./getComputeUnits\";\n\nexport interface TxHelpersEager {\n  getComputeUnits: GetComputeUnitsFn;\n}\n\nexport const makeTxHelpersEager = (raw: Rpc<SolanaRpcApi>): TxHelpersEager => {\n  return {\n    getComputeUnits: makeGetComputeUnits(raw),\n  };\n};\n"],"names":["makeGetComputeUnits"],"mappings":";;;;AAOO,MAAM,kBAAkB,GAAG,CAAC,GAAsB,KAAoB;IAC3E,OAAO;AACL,QAAA,eAAe,EAAEA,mCAAmB,CAAC,GAAG,CAAC;KAC1C;AACH;;;;"}