export interface ByronAddress {
bytes: number[]
checksum: bigint
era: "Byron"
isEqual(other: Address): boolean
kind: "Address"
toBase58(): string
toCbor(): number[]
toString(): string
toUplcData(): UplcData
}
Byron-era address
Properties
bytes
checksum
era
isEqual
isEqual(other: Address): boolean
kind
toBase58
toCbor
toString
Alias for toBase58()
toUplcData
toUplcData(): UplcData
Throws an error. Simplifies type-compatibility with ShelleyAddress, so you can simply call
Address.toUplcData()