Package org.symbol.sdk
Interface TypedDescriptor
- All Known Subinterfaces:
SymbolTransactionDescriptor,SymbolTypedDescriptor
- All Known Implementing Classes:
AccountAddressRestrictionTransactionV1Descriptor,AccountKeyLinkTransactionV1Descriptor,AccountMetadataTransactionV1Descriptor,AccountMosaicRestrictionTransactionV1Descriptor,AccountOperationRestrictionTransactionV1Descriptor,AddressAliasTransactionV1Descriptor,AggregateBondedTransactionV1Descriptor,AggregateBondedTransactionV2Descriptor,AggregateBondedTransactionV3Descriptor,AggregateCompleteTransactionV1Descriptor,AggregateCompleteTransactionV2Descriptor,AggregateCompleteTransactionV3Descriptor,CosignatureDescriptor,DetachedCosignatureDescriptor,HashLockTransactionV1Descriptor,MosaicAddressRestrictionTransactionV1Descriptor,MosaicAliasTransactionV1Descriptor,MosaicDefinitionTransactionV1Descriptor,MosaicDescriptor,MosaicGlobalRestrictionTransactionV1Descriptor,MosaicMetadataTransactionV1Descriptor,MosaicSupplyChangeTransactionV1Descriptor,MosaicSupplyRevocationTransactionV1Descriptor,MultisigAccountModificationTransactionV1Descriptor,NamespaceMetadataTransactionV1Descriptor,NamespaceRegistrationTransactionV1Descriptor,NodeKeyLinkTransactionV1Descriptor,SecretLockTransactionV1Descriptor,SecretProofTransactionV1Descriptor,TransferTransactionV1Descriptor,UnresolvedMosaicDescriptor,VotingKeyLinkTransactionV1Descriptor,VrfKeyLinkTransactionV1Descriptor
public interface TypedDescriptor
- TypedDescriptor
- Type-safe descriptor contract implemented by every generated
XxxDescriptorclass;toMap()yields the raw descriptor map consumed by the facades andRuleBasedTransactionFactory.
-
Method Summary
-
Method Details
-
toMap
- TypedDescriptor.toMap
- Builds a representation of this descriptor that can be passed to a factory function.
- Returns:
- Descriptor map that can be passed to a transaction factory.
-