Evolution SDK

AddressTag.ts

AddressTag overview

Address header kind - used to determine the type of address from its header Following CIP-0019 address types

Added in v2.0.0


Table of contents


model

AddressTag (type alias)

Address header kind - used to determine the type of address from its header Following CIP-0019 address types

Signature

export type AddressTag = "Base" | "Enterprise" | "Pointer" | "Reward" | "Byron"

Added in v2.0.0