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

    Type Alias DeleteAssetRequestBodyJson

    from message yeying.api.asset.DeleteAssetRequestBody

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

    Properties

    Properties

    hash?: string

    资产哈希值

    from field: string hash = 1;

    namespaceId?: string

    from field: string namespaceId = 2;