0x1a3456…ab46ef
): Identifies the account that has published the module to the blockchain network0x1a3456…ab46ef::module_name
): The path that consists the publisher of the module and module nameis_entry = true
type_args
are the actual types that correspond to the generic_type_params
defined in the module. For example, if a generic type parameter is defined with a constraint “Key”, the type_args
should be a concrete type that satisfies this constraint.args
values must match the params
signature in number, order, and type. The params
act as placeholders in the function definition, specifying the type of arguments the function expects, while args
are the real values provided during function execution.cmd + enter
(or Ctrl + Enter
for Windows) to receive the response in the “Return Output”is_entry
properties determine this.
true
: Functions with this property can be executed directly through Celatone or by using compatible tools.false
: These functions cannot be executed directly; they require specific methods for invocation, such as encapsulating them in a ‘Script’ or calling them through particular procedures. See more about Scripttype_args
are the actual types that correspond to the generic_type_params
defined in the module. For example, if a generic type parameter is defined with a constraint “Key”, the type_args
should be a concrete type that satisfies this constraint.args
values must match the params
signature in number, order, and type. The params
act as placeholders in the function definition, specifying the type of arguments the function expects, while args
are the real values provided during function execution.cmd + enter
(or Ctrl + Enter
for Windows) and approve the transaction.