Class SymbolTransactionFactory

java.lang.Object
org.symbol.sdk.symbol.SymbolTransactionFactory

public final class SymbolTransactionFactory extends Object
SymbolTransactionFactory
Factory for creating Symbol transactions. Wraps the catbuffer-generated TransactionFactory.createByName(String) with a RuleBasedTransactionFactory preconfigured with Symbol specific parsing rules.
  • Constructor Details

    • SymbolTransactionFactory

      public SymbolTransactionFactory(Network network)
      Creates a factory for the specified network.
      Parameters:
      network - Symbol network.
    • SymbolTransactionFactory

      public SymbolTransactionFactory(Network network, Map<String,Function<Object,Object>> typeRuleOverrides)
      Creates a factory for the specified network with per-type rule overrides.
      Parameters:
      network - Symbol network.
      typeRuleOverrides - Per-rule parser overrides keyed by rule name. May be null.
  • Method Details