@dfinity/cketh
Version:
A library for interfacing with ckETH.
8 lines (7 loc) • 1.74 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../src/index.ts"],
"sourcesContent": ["import type {\n CkEthMinterDid,\n CkEthOrchestratorDid,\n} from \"@icp-sdk/canisters/cketh\";\n\nexport type Eip1559TransactionPrice = CkEthMinterDid.Eip1559TransactionPrice;\nexport type EthTransaction = CkEthMinterDid.EthTransaction;\nexport type MinterInfo = CkEthMinterDid.MinterInfo;\nexport type RetrieveErc20Request = CkEthMinterDid.RetrieveErc20Request;\nexport type RetrieveEthRequest = CkEthMinterDid.RetrieveEthRequest;\nexport type RetrieveEthStatus = CkEthMinterDid.RetrieveEthStatus;\nexport type Subaccount = CkEthMinterDid.Subaccount;\nexport type TxFinalizedStatus = CkEthMinterDid.TxFinalizedStatus;\n\nexport type CyclesManagement = CkEthOrchestratorDid.CyclesManagement;\nexport type Erc20Contract = CkEthOrchestratorDid.Erc20Contract;\nexport type ManagedCanisterStatus = CkEthOrchestratorDid.ManagedCanisterStatus;\nexport type ManagedCanisters = CkEthOrchestratorDid.ManagedCanisters;\nexport type OrchestratorInfo = CkEthOrchestratorDid.OrchestratorInfo;\n\n/**\n * @deprecated Use \"@icp-sdk/canisters/cketh\" directly instead\n */\nexport * from \"@icp-sdk/canisters/cketh\";\n\n/**\n * Legacy re-export for backward compatibility.\n * @deprecated Use \"@icp-sdk/canisters/cketh\" directly instead\n */\nexport {\n CkEthMinterCanister as CkETHMinterCanister,\n CkEthOrchestratorCanister as CkETHOrchestratorCanister,\n type CkEthMinterCanisterOptions as CkETHMinterCanisterOptions,\n type CkEthOrchestratorCanisterOptions as CkETHOrchestratorCanisterOptions,\n} from \"@icp-sdk/canisters/cketh\";\n"],
"mappings": ";;AAuBA,WAAc,2BAMd,OACyB,uBAAvBA,EAC6B,6BAA7BC,MAGK",
"names": ["CkEthMinterCanister", "CkEthOrchestratorCanister"]
}