Type alias SchemaFunctionV1

SchemaFunctionV1: {
    parameter?: SchemaType;
    returnValue?: SchemaType;
}

Describes schemas of a init or receive function in a smart contract in a V1 smart contract module.

Type declaration

  • Optional parameter?: SchemaType

    Schema for the parameter of this function.

  • Optional returnValue?: SchemaType

    Schema for the return value of this function.

Generated using TypeDoc