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

    Type Alias GetBlockRequestBodyJson

    from message yeying.api.asset.GetBlockRequestBody

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

    Properties

    Properties

    hash?: string

    from field: string hash = 2;

    namespaceId?: string

    from field: string namespaceId = 1;