UNPKG

@ceramicnetwork/common

Version:
4 lines 235 B
import { AccountId } from 'caip'; export declare function normalizeAccountId(accountId: string | AccountId): AccountId; export declare function toLegacyAccountId(accountId: string): string; //# sourceMappingURL=accountid-utils.d.ts.map