SuiRequestMultiGetTransactionBlocks class
Returns an ordered list of transaction responses The method will throw an error if the input contains any duplicate or the input size exceeds QUERY_MAX_RESULT_LIMIT sui documation
- Inheritance
-
- Object
- BaseServiceRequest<
List< SuiApiTransactionBlockResponse> , List<Map< , SuiRequestDetails>String, dynamic> > - SuiRequest<
List< SuiApiTransactionBlockResponse> , List<Map< >String, dynamic> > - SuiRequestMultiGetTransactionBlocks
Constructors
-
SuiRequestMultiGetTransactionBlocks.new({required List<
String> digests, SuiApiTransactionBlockResponseOptions? options}) -
const
Properties
-
digests
→ List<
String> -
A list of transaction digests.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- method → String
-
The Sui method associated with the request.
no setteroverride
- options → SuiApiTransactionBlockResponseOptions?
-
Config options to control which fields to fetch
final
- pagination → SuiApiRequestPagination?
-
finalinherited
- requestType → RequestServiceType
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildRequest(
int requestID) → SuiRequestDetails -
Converts the request parameters to a SuiRequestDetails object.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResonse(
List< Map< result) → List<String, dynamic> >SuiApiTransactionBlockResponse> -
override
-
toJson(
) → List -
Converts the request parameters to a JSON representation.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited