UNPKG

@dfinity/ckbtc

Version:
8 lines (7 loc) 1.59 kB
{ "version": 3, "sources": ["../src/index.ts"], "sourcesContent": ["import type { BitcoinDid, CkBtcMinterDid } from \"@icp-sdk/canisters/ckbtc\";\n\nexport type block_hash = BitcoinDid.block_hash;\nexport type block_height = BitcoinDid.block_height;\nexport type get_utxos_response = BitcoinDid.get_utxos_response;\nexport type outpoint = BitcoinDid.outpoint;\nexport type satoshi = BitcoinDid.satoshi;\nexport type utxo = BitcoinDid.utxo;\n\nexport type Account = CkBtcMinterDid.Account;\nexport type MinterInfo = CkBtcMinterDid.MinterInfo;\nexport type PendingUtxo = CkBtcMinterDid.PendingUtxo;\nexport type ReimbursedDeposit = CkBtcMinterDid.ReimbursedDeposit;\nexport type ReimbursementRequest = CkBtcMinterDid.ReimbursementRequest;\nexport type RetrieveBtcOk = CkBtcMinterDid.RetrieveBtcOk;\nexport type RetrieveBtcStatus = CkBtcMinterDid.RetrieveBtcStatus;\nexport type RetrieveBtcStatusV2 = CkBtcMinterDid.RetrieveBtcStatusV2;\nexport type Utxo = CkBtcMinterDid.Utxo;\nexport type UtxoStatus = CkBtcMinterDid.UtxoStatus;\nexport type WithdrawalAccount = CkBtcMinterDid.Account;\n\n/**\n * @deprecated Use \"@icp-sdk/canisters/ckbtc\" directly instead\n */\nexport * from \"@icp-sdk/canisters/ckbtc\";\n\n/**\n * Legacy re-export for backward compatibility.\n * @deprecated Use \"@icp-sdk/canisters/ckbtc\" directly instead\n */\nexport {\n CkBtcMinterCanister as CkBTCMinterCanister,\n type CkBtcCanisterOptions as CkBTCCanisterOptions,\n} from \"@icp-sdk/canisters/ckbtc\";\n"], "mappings": ";;AAwBA,WAAc,2BAMd,OACyB,uBAAvBA,MAEK", "names": ["CkBtcMinterCanister"] }