public class AccountMetadataTransactionFactory extends MetadataTransactionFactory<AccountMetadataTransaction>
AccountMetadataTransaction| Modifier and Type | Method and Description |
|---|---|
AccountMetadataTransaction |
build() |
static AccountMetadataTransactionFactory |
create(NetworkType networkType,
Deadline deadline,
UnresolvedAddress targetAddress,
java.math.BigInteger scopedMetadataKey,
java.lang.String value)
Static create method for factory.
|
getScopedMetadataKey, getTargetAddress, getValue, getValueSize, getValueSizeDelta, valueSize, valueSizeDeltacalculateMaxFeeFromMultiplier, deadline, getDeadline, getGroup, getMaxFee, getNetworkType, getProvidedSize, getSignature, getSigner, getSize, getTransactionInfo, getType, getVersion, group, maxFee, signature, signer, size, transactionInfo, versionpublic static AccountMetadataTransactionFactory create(NetworkType networkType, Deadline deadline, UnresolvedAddress targetAddress, java.math.BigInteger scopedMetadataKey, java.lang.String value)
networkType - Network type.deadline - the deadlinetargetAddress - Target address.scopedMetadataKey - Scoped metadata key.value - Value.public AccountMetadataTransaction build()
build in class TransactionFactory<AccountMetadataTransaction>