bitverse-atomicals-js
Version:
Atomicals Javascript Library and CLI - atomicals.xyz
4 lines (3 loc) • 317 B
TypeScript
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;