Type alias ContractSchema

ContractSchema: {
    type: "parameter" | "module";
    value: Base64String;
}

Holds either a contract module schema, or the schema for a single parameters of a contract entrypoint

Type declaration

  • type: "parameter" | "module"

    Type of the schema

  • value: Base64String

    Base64 encoded schema for the parameter type

Generated using TypeDoc