UNPKG

@radixdlt/account

Version:

A JavaScript client library for interacting with the Radix Distributed Ledger.

8 lines 216 B
/// <reference types="node" /> export declare type Bech32T = Readonly<{ hrp: string; data: Buffer; toString: () => string; equals: (other: Bech32T) => boolean; }>; //# sourceMappingURL=_types.d.ts.map