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

    Type Alias GetBlockRequestBody

    GetBlockRequestBody: Message<"yeying.api.asset.GetBlockRequestBody"> & {
        hash: string;
        namespaceId: string;
    }

    Type declaration

    • hash: string

      from field: string hash = 2;

    • namespaceId: string

      from field: string namespaceId = 1;

    from message yeying.api.asset.GetBlockRequestBody