Class AccountKeyLinkTransactionV1Descriptor
java.lang.Object
org.symbol.sdk.symbol.descriptors.AccountKeyLinkTransactionV1Descriptor
- All Implemented Interfaces:
SymbolTransactionDescriptor,SymbolTypedDescriptor,TypedDescriptor
public final class AccountKeyLinkTransactionV1Descriptor
extends Object
implements SymbolTransactionDescriptor
- AccountKeyLinkTransactionV1Descriptor
- Type safe descriptor used to generate a descriptor map for AccountKeyLinkTransactionV1Descriptor. This transaction is required for all accounts wanting to activate remote or delegated harvesting (V1, latest). Announce an AccountKeyLinkTransaction to delegate the account importance score to a proxy account.
-
Constructor Summary
ConstructorsConstructorDescriptionAccountKeyLinkTransactionV1Descriptor(String linkedPublicKey, String linkAction) Creates a descriptor for AccountKeyLinkTransactionV1 from string-form values.AccountKeyLinkTransactionV1Descriptor(CryptoTypes.PublicKey linkedPublicKey, LinkAction linkAction) Creates a descriptor for AccountKeyLinkTransactionV1. -
Method Summary
-
Constructor Details
-
AccountKeyLinkTransactionV1Descriptor
public AccountKeyLinkTransactionV1Descriptor(CryptoTypes.PublicKey linkedPublicKey, LinkAction linkAction) Creates a descriptor for AccountKeyLinkTransactionV1.- Parameters:
linkedPublicKey- Linked public key.linkAction- Account link action.
-
AccountKeyLinkTransactionV1Descriptor
Creates a descriptor for AccountKeyLinkTransactionV1 from string-form values.- Parameters:
linkedPublicKey- Linked public key.linkAction- Account link action.
-
-
Method Details
-
toMap
- AccountKeyLinkTransactionV1Descriptor.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.
-