ModuleParam: {
    components?: ModuleParam[];
    name: string;
    type: string;
}

A module parameter.

Type declaration

  • Optional components?: ModuleParam[]

    Tuples ONLY

  • name: string

    The local name of the parameter (of null if unbound)

  • type: string

    The fully qualified type (e.g. "address", "tuple(address)", "uint256[3][]"