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

    Type Alias ConfirmBlockRequestJson

    from message yeying.api.asset.ConfirmBlockRequest

    type ConfirmBlockRequestJson = {
        body?: ConfirmBlockRequestBodyJson;
        header?: MessageHeaderJson;
    }
    Index

    Properties

    Properties

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

    header?: MessageHeaderJson

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