@yeying-community/yeying-client-ts
    Preparing search index...

    Type Alias ApplicationMetadata

    ApplicationMetadata: Message<"yeying.api.common.ApplicationMetadata"> & {
        address: string;
        avatar: string;
        code: ApplicationCodeEnum;
        codePackagePath: string;
        createdAt: string;
        description: string;
        did: string;
        hash: string;
        location: string;
        name: string;
        network: string;
        owner: string;
        serviceCodes: ServiceCodeEnum[];
        signature: string;
        updatedAt: string;
        version: number;
    }

    Type declaration

    • address: string

      身份地址

      from field: string address = 3;

    • avatar: string

      应用头像

      from field: string avatar = 12;

    • code: ApplicationCodeEnum

      应用编号

      from field: yeying.api.common.ApplicationCodeEnum code = 8;

    • codePackagePath: string

      代码包下载路径

      from field: string codePackagePath = 16;

    • createdAt: string

      应用创建时间

      from field: string createdAt = 13;

    • description: string

      应用描述

      from field: string description = 9;

    • did: string

      应用身份

      from field: string did = 4;

    • hash: string

      应用哈希

      from field: string hash = 6;

    • location: string

      访问路径

      from field: string location = 10;

    • name: string

      应用名称

      from field: string name = 7;

    • network: string

      身份所在网络

      from field: string network = 2;

    • owner: string

      应用所有者

      from field: string owner = 1;

    • serviceCodes: ServiceCodeEnum[]

      应用依赖的服务编码,用,隔开

      from field: repeated yeying.api.common.ServiceCodeEnum serviceCodes = 11;

    • signature: string

      签名

      from field: string signature = 15;

    • updatedAt: string

      应用更新时间

      from field: string updatedAt = 14;

    • version: number

      应用版本

      from field: uint32 version = 5;

    from message yeying.api.common.ApplicationMetadata