AccountGeneralFactory class

Account GeneralFactory

Constructors

AccountGeneralFactory()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convertIdentifiers(List members) List<ID>
createAddress(String address) Address?
createDocument(String docType, ID identifier, {String? data, TransportableData? signature}) Document
createIdentifier({String? name, required Address address, String? terminal}) ID
createMeta(int version, VerifyKey pKey, {String? seed, TransportableData? fingerprint}) Meta
generateAddress(Meta meta, int? network) Address
generateIdentifier(Meta meta, int? network, {String? terminal}) ID
generateMeta(int version, SignKey sKey, {String? seed}) Meta
getAddressFactory() AddressFactory?
getDocumentFactory(String docType) DocumentFactory?
getDocumentType(Map doc, String? defaultValue) String?
getIdentifierFactory() IDFactory?
getMetaFactory(int version) MetaFactory?
getMetaType(Map meta, int? defaultValue) int?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseAddress(Object? address) Address?
parseDocument(Object? doc) Document?
parseIdentifier(Object? identifier) ID?
parseMeta(Object? meta) Meta?
revertIdentifiers(List<ID> members) List<String>
setAddressFactory(AddressFactory factory) → void
Address
setDocumentFactory(String docType, DocumentFactory factory) → void
setIdentifierFactory(IDFactory factory) → void
ID
setMetaFactory(int version, MetaFactory factory) → void
Meta
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited