UNPKG

@dfinity/ledger-icp

Version:

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

6 lines (5 loc) 398 B
import { AccountIdentifier } from "../account_identifier"; import type { AccountIdentifierHex } from "../types/common"; import type { AccountIdentifierParam } from "../types/ledger.params"; export declare const paramToAccountIdentifier: (param: AccountIdentifierParam) => AccountIdentifier; export declare const paramToAccountIdentifierHex: (param: AccountIdentifierParam) => AccountIdentifierHex;