ConstructionPreprocessResponse class
ConstructionPreprocessResponse contains options
that will be sent unmodified to /construction/metadata
. If it is not necessary to make a request to /construction/metadata
, options
should be omitted. Some blockchains require the PublicKey of particular AccountIdentifiers to construct a valid transaction. To fetch these PublicKeys, popurequired_public_keys
with the AccountIdentifiers associated with the desired PublicKeys. If it is not necessary to retrieve any PublicKeys for construction, required_public_keys
should be omitted.
Constructors
-
ConstructionPreprocessResponse(Map<
String, dynamic> ? options, List<AccountIdentifier> ? required_public_keys) -
ConstructionPreprocessResponse.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
options
↔ Map<
String, dynamic> ? -
The options that will be sent directly to
/construction/metadata
by the caller.getter/setter pair -
required_public_keys
↔ List<
AccountIdentifier> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited