Skip to main content

GetFunctions

Git Source

< MC Standard Function >

Notes:

  • version: v0.1.0

  • schema: none

Functions

getFunctions

function getFunctions() external view returns (Function[] memory);

Structs

Function

DO NOT USE STORAGE DIRECTLY !!!

struct Function {
bytes4 selector;
address implementation;
}