Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InspectAddressByron

Corresponds to Cardano.Address.Style.Byron.AddressInfo.

Hierarchy

  • InspectAddressByron

Index

Properties

address_root: string

Hex-encoded address payload

address_style: "Byron"
address_type: number

Numeric address type field.

network_tag?: number

Which network the address belongs to. Unset for mainnet.

payload: string | { account_index: number; address_index: number }

Heirarchical derivation payload. If a root XPub is provided, the derivation indices are decrypted. Otherwise, it will be the encrypted payload.

Generated using TypeDoc