ADAEnterpriseAddress class
- Inheritance
-
- Object
- ADAAddress
- ADAShellyAddress
- ADAEnterpriseAddress
Constructors
- ADAEnterpriseAddress(String address, {ADANetwork? network})
-
factory
- ADAEnterpriseAddress.fromBip32({required CardanoByronLegacyBip32 bip32, ADANetwork network = ADANetwork.mainnet})
-
factory
- ADAEnterpriseAddress.fromCip1852({required Cip1852 cip1852, ADANetwork network = ADANetwork.mainnet})
-
factory
- ADAEnterpriseAddress.fromCredential({required Credential credential, ADANetwork network = ADANetwork.mainnet})
-
factory
- ADAEnterpriseAddress.fromIcarus({required CardanoIcarusBip32 bip32, ADANetwork network = ADANetwork.mainnet})
-
factory
-
ADAEnterpriseAddress.fromPublicKey({required List<
int> pubkeyBytes, ADANetwork network = ADANetwork.mainnet}) -
factory
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
- isByron → bool
-
no setterinherited
- isRewardAddress → bool
-
no setterinherited
- network → ADANetwork
-
Abstract property representing the ADA network.
final
- paymentCredential → Credential
-
Abstract property representing the payment credential of the address.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cast<
T extends ADAAddress> () → T -
inherited
-
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
-
toBytes(
) → List< int> -
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited