UNPKG

@radixdlt/account

Version:

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

12 lines (8 loc) 173 B
export type Bech32T = Readonly<{ hrp: string // excluding checksum data: Buffer // including checksum toString: () => string equals: (other: Bech32T) => boolean }>