ByronAddressContent: {
    attrs: Cardano.ByronAttributes;
    root: Hash28ByteBase16;
    type: Cardano.ByronAddressType;
}

Byron address internal structure:

┌────────┬──────────────┬────────┐ │ root │ attributes │ type │ └────────┴──────────────┴────────┘ ╎ ╎ ╎ ╎ ╎ ╰╌╌ PubKey ╎ ╎ ╰╌╌ Script ╎ ╎ ╰╌╌ Redeem ╎ ╰╌╌ Derivation Path ╎ ╰╌╌ Network Tag ╎ ╎ ┌────────┬─────────────────┬──────────────┐ ╰╌╌╌╌ double-hash ( │ type │ spending data │ attributes │ ) └────────┴─────────────────┴──────────────┘ ╎ ╰╌╌ Verification Key ╰╌╌ Redemption Key

Type declaration

Generated using TypeDoc