UNPKG

@dfinity/ledger-icp

Version:

A library for interfacing with the ICP ledger on the Internet Computer.

4 lines (3 loc) 167 B
import { Principal } from "@dfinity/principal"; export declare const MAINNET_LEDGER_CANISTER_ID: Principal; export declare const MAINNET_INDEX_CANISTER_ID: Principal;