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

    Type Alias AssetDetailRequestBodyJson

    from message yeying.api.asset.AssetDetailRequestBody

    type AssetDetailRequestBodyJson = {
        hash?: string;
        namespaceId?: string;
    }
    Index

    Properties

    Properties

    hash?: string

    资产唯一ID

    from field: string hash = 1;

    namespaceId?: string

    from field: string namespaceId = 2;