- Preparing search index...
- The search index is not available
cardano-sdk
Constructors
constructor
- new Address(props: AddressProps): Address
-
Properties
Private
#private
#private: any
Static
Private
getBech32Prefix
getBech32Prefix: any
Methods
asBase
- asBase(): undefined | BaseAddress
-
asByron
- asByron(): undefined | ByronAddress
-
asEnterprise
- asEnterprise(): undefined | EnterpriseAddress
-
asPointer
- asPointer(): undefined | PointerAddress
-
asReward
- asReward(): undefined | RewardAddress
-
getNetworkId
- getNetworkId(): NetworkId
-
getProps
- getProps(): AddressProps
-
getType
- getType(): AddressType
-
toBase58
- toBase58(): PaymentAddress
-
toBytes
- toBytes(): HexBlob
-
Static
fromBase58
- fromBase58(base58Address: string): Address
-
Static
fromBech32
- fromBech32(bech32: string): Address
-
Static
fromBytes
- fromBytes(hex: HexBlob): Address
-
Static
fromString
- fromString(address: string): null | Address
-
Returns null | Address
Static
isValid
- isValid(address: string): boolean
-
Returns boolean
Static
isValidBech32
- isValidBech32(bech32: string): boolean
-
Returns boolean
Static
isValidByron
- isValidByron(base58: string): boolean
-
Returns boolean