builder/transaction library
Constants
-
DefaultOfflineLimits
→ const Map<
String, int> -
LIMITS
→ const Map<
String, String> - MAX_OBJECTS_PER_FETCH → const int
Properties
- GAS_SAFE_OVERHEAD → BigInt
-
final
Functions
-
chunk<
T> (List< T> arr, int size) → List<List< T> > -
expectClient(
BuildOptions options) → TxResolutionClient
Typedefs
-
IntentResolver
= Future<
void> Function(TransactionBlockDataBuilder transactionData, BuildOptions options, Future<void> next()) -
An async resolver for a named
$Intentcommand. It may inspect and mutatetransactionData(e.g. viareplaceCommand) and must callnextto run the rest of the resolver chain. - Limits = dynamic