UNPKG

bitverse-atomicals-js

Version:

Atomicals Javascript Library and CLI - atomicals.xyz

4 lines (3 loc) 317 B
import { IValidatedWalletInfo, IWalletRecord } from "./utils/validate-wallet-storage"; export declare function resolveWalletAliasNew(walletInfo: IValidatedWalletInfo, alias: string | undefined, defaultValue: any): IWalletRecord; export declare function handleResultLogging(result: any, showDonation?: boolean): void;