@cmts-dev/carmentis-sdk-core 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8238,9 +8238,8 @@ export declare class Microblock {
8238
8238
  * @param {PrivateSignatureKey} privateKey - The private key used to sign the data.
8239
8239
  * @param {boolean} includeGas - A flag indicating whether gas-related data should be included in the signature.
8240
8240
  * @return {Uint8Array} The generated digital signature as a byte array.
8241
- * @private
8242
8241
  */
8243
- private sign;
8242
+ sign(privateKey: PrivateSignatureKey, includeGas?: boolean): Promise<Uint8Array>;
8244
8243
  /**
8245
8244
  * Verifies the signature of the last signature section using the provided public key.
8246
8245
  *