menu
aptos package
documentation
aptos_types/transaction.dart
EntryFunction
EntryFunction constructor
EntryFunction constructor
dark_mode
light_mode
EntryFunction
constructor
EntryFunction
(
ModuleId
moduleName
,
Identifier
functionName
,
List
<
TypeTag
>
typeArgs
,
List
<
Uint8List
>
args
,
)
Implementation
EntryFunction(this.moduleName, this.functionName, this.typeArgs, this.args);
aptos package
documentation
aptos_types/transaction
EntryFunction
EntryFunction constructor
EntryFunction class