Implemented by

Constructors

Methods

Properties

AIP80_PREFIXES: {
    ed25519: string;
    secp256k1: string;
} = ...

The AIP-80 compliant prefixes for each private key type. Append this to a private key's hex representation to get an AIP-80 compliant string.

Read about AIP-80