Hyperledger sawtooth JavaScript SDK:submitted batches are invalid
问题 I am trying to implement hyperledger sawtooth transaction through javascript SDK following this https://sawtooth.hyperledger.org/docs/core/releases/1.0/_autogen/sdk_submit_tutorial_js.html#encoding-your-payload. /* *Create the transaction header */ const createTransactionHeader = function createTransactionHeader(payloadBytes) { return protobuf.TransactionHeader.encode({ familyName: 'intkey', familyVersion: '1.0', inputs: [], outputs: [], signerPublicKey: