Variable $EntryFunctionIdConst

$EntryFunctionId: {
    description: "Entry function id is string representation of a entry function defined on-chain.\n\n Format: `{address}::{module name}::{function name}`\n\n Both `module name` and `function name` are case-sensitive.\n ";
    type: "string";
} = ...

Type declaration

  • description: "Entry function id is string representation of a entry function defined on-chain.\n\n Format: `{address}::{module name}::{function name}`\n\n Both `module name` and `function name` are case-sensitive.\n "
  • type: "string"

Generated using TypeDoc