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

    Type Alias PutBlockRequestJson

    from message yeying.api.asset.PutBlockRequest

    type PutBlockRequestJson = {
        body?: PutBlockRequestBodyJson;
        data?: string;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

    from field: yeying.api.asset.PutBlockRequestBody body = 2;

    data?: string

    资产块内容

    from field: bytes data = 3;

    header?: MessageHeaderJson

    from field: yeying.api.common.MessageHeader header = 1;