ByronAttributes: {
    derivationPath?: HexBlob;
    magic?: number;
}

Byron address attributes (both optional). The network tag is present only on test networks and contains an identifier that is used for network discrimination. The derivation path was used by legacy so-called random wallets in the early days of Cardano and its usage was abandoned with the introduction of Yoroi and Icarus addresses.

Type declaration

  • Optional derivationPath?: HexBlob

    The derivation path is stored encrypted using a ChaCha20/Poly1305 authenticated.

    Note that there’s no derivation path for Redeem nor Scripts addresses.

  • Optional magic?: number

    Protocol magic (if not 0, then it's a testnet).

Generated using TypeDoc