TransactionServiceDefinition: {
    fullName: "transaction.TransactionService";
    methods: {
        labelTransaction: {
            name: "LabelTransaction";
            options: {};
            requestStream: false;
            requestType: {
                create(base?): LabelTransactionRequest;
                decode(input, length?): LabelTransactionRequest;
                encode(message, writer?): Writer;
                fromJSON(object): LabelTransactionRequest;
                fromPartial(object): LabelTransactionRequest;
                toJSON(message): unknown;
            };
            responseStream: false;
            responseType: {
                create(base?): LabelTransactionResponse;
                decode(input, length?): LabelTransactionResponse;
                encode(message, writer?): Writer;
                fromJSON(object): LabelTransactionResponse;
                fromPartial(object): LabelTransactionResponse;
                toJSON(message): unknown;
            };
        };
    };
    name: "TransactionService";
}

Type declaration

Generated using TypeDoc