Interface MetadataInterface

interface MetadataInterface {
    authors?: string[];
    description?: string;
    errors?: ErrorsTzip16;
    homepage?: string;
    interfaces?: string[];
    license?: {
        details?: string;
        name: string;
    };
    name?: string;
    source?: {
        location?: string;
        tools?: string[];
    };
    version?: string;
    views?: Views;
}

Properties

authors?: string[]
description?: string
errors?: ErrorsTzip16
homepage?: string
interfaces?: string[]
license?: {
    details?: string;
    name: string;
}

Type declaration

  • Optional details?: string
  • name: string
name?: string
source?: {
    location?: string;
    tools?: string[];
}

Type declaration

  • Optional location?: string
  • Optional tools?: string[]
version?: string
views?: Views

Generated using TypeDoc