ModuleMetadata: {
    __typename: "ModuleMetadata";
    attributes: {
        __typename: "MetadataAttribute";
        key: string;
        type: MetadataAttributeType;
        value: string;
    }[];
    authors: string[];
    description: string;
    initializeCalldataABI: string;
    initializeResultDataABI: string | null;
    name: string;
    processCalldataABI: string;
    title: string;
}

Type declaration

  • __typename: "ModuleMetadata"
  • attributes: {
        __typename: "MetadataAttribute";
        key: string;
        type: MetadataAttributeType;
        value: string;
    }[]
  • authors: string[]
  • description: string
  • initializeCalldataABI: string
  • initializeResultDataABI: string | null
  • name: string
  • processCalldataABI: string
  • title: string