Class AddressAliasTransactionV1Descriptor
java.lang.Object
org.symbol.sdk.symbol.descriptors.AddressAliasTransactionV1Descriptor
- All Implemented Interfaces:
SymbolTransactionDescriptor,SymbolTypedDescriptor,TypedDescriptor
public final class AddressAliasTransactionV1Descriptor
extends Object
implements SymbolTransactionDescriptor
- AddressAliasTransactionV1Descriptor
- Type safe descriptor used to generate a descriptor map for AddressAliasTransactionV1Descriptor. Attach or detach a [namespace](/concepts/namespace.html) (alias) to an account address (V1, latest). A namespace can be assigned to any account present in the network (this is, an account which has received at least one transaction).
-
Constructor Summary
ConstructorsConstructorDescriptionAddressAliasTransactionV1Descriptor(String namespaceId, String address, String aliasAction) Creates a descriptor for AddressAliasTransactionV1 from string-form values.AddressAliasTransactionV1Descriptor(NamespaceId namespaceId, Address address, AliasAction aliasAction) Creates a descriptor for AddressAliasTransactionV1. -
Method Summary
-
Constructor Details
-
AddressAliasTransactionV1Descriptor
public AddressAliasTransactionV1Descriptor(NamespaceId namespaceId, Address address, AliasAction aliasAction) Creates a descriptor for AddressAliasTransactionV1.- Parameters:
namespaceId- Identifier of the namespace that will become (or stop being) an alias for the address.address- Aliased address.aliasAction- Alias action.
-
AddressAliasTransactionV1Descriptor
Creates a descriptor for AddressAliasTransactionV1 from string-form values.- Parameters:
namespaceId- Identifier of the namespace that will become (or stop being) an alias for the address.address- Aliased address.aliasAction- Alias action.
-
-
Method Details
-
toMap
- AddressAliasTransactionV1Descriptor.toMap
- Builds a representation of this descriptor that can be passed to a factory function.
- Specified by:
toMapin interfaceTypedDescriptor- Returns:
- Descriptor map that can be passed to a transaction factory.
-