Creates a factory for the specified network.
Symbol 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.
Creates an embedded 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
deserializeDeserializes an embedded transaction from a binary payload.
Binary payload.
Deserialized embedded transaction.
Static
lookupLooks up the friendly name for the specified transaction.
Transaction type.
Transaction version.
Transaction friendly name.
Factory for creating Symbol transactions.