Creates a factory for the specified network.
NEM network.
Optional
typeRuleOverrides: Map<string, Function>Type rule overrides.
Gets rule names with registered hints.
Rule names with registered hints.
Gets class type.
Class type.
Creates a transaction from a transaction descriptor.
Transaction descriptor.
Optional
autosort: booleanWhen set (default), descriptor arrays requiring ordering will be automatically sorted. When unset, descriptor arrays will be presumed to be already sorted.
Newly created transaction.
Static
attachAttaches a signature to a transaction.
Transaction object.
Signature to attach.
JSON transaction payload.
Static
deserializeDeserializes a transaction from a binary payload.
Binary payload.
Deserialized transaction.
Static
lookupLooks up the friendly name for the specified transaction.
Transaction type.
Transaction version.
Transaction friendly name.
Static
toConverts a transaction to a non-verifiable transaction.
Transaction object.
Non-verifiable transaction object.
Factory for creating NEM transactions.