menu
aptos package
documentation
transaction_builder/builder_utils.dart
isGeneric function
isGeneric function
dark_mode
light_mode
isGeneric
function
bool
isGeneric
(
String
c
)
Implementation
bool isGeneric(String c) { if (RegExp(r"T\d+").hasMatch(c)) { return true; } return false; }
aptos package
documentation
transaction_builder/builder_utils
isGeneric function
builder_utils library