ADAEnterpriseAddress class
Properties
-
address
→ String
-
Abstract property representing the address string.
final
-
addressType
→ ADAAddressType
-
Abstract property representing the type of ADA address.
no setteroverride
-
bech32Address
→ String
-
Returns the Bech32 representation of the address, which is the address itself.
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isRewardAddress
→ bool
-
no setterinherited
-
network
→ ADANetwork
-
Abstract property representing the ADA network.
final
-
paymentCredential
→ StakeCred
-
Abstract property representing the payment credential of the address.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize()
→ List<int>
-
Serializes the object to CBOR bytes.
inherited
-
serializeHex()
→ String
-
Serializes the object to hexadecimal string.
inherited
-
toCbor()
→ CborObject
-
Converts the ADAAddress instance to CBOR.
inherited
-
toJson()
→ String
-
Converts the ADAAddress instance to JSON.
inherited
-
toString()
→ String
-
Returns the string representation of the ADAAddress.
inherited