@meshsdk/common 1.6.9 → 1.6.10
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.
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -652,6 +652,7 @@ interface ISubmitter {
|
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
interface IMeshTxSerializer {
|
|
655
|
+
verbose: boolean;
|
|
655
656
|
serializeTxBody(txBuilderBody: MeshTxBuilderBody, protocolParams: Protocol): string;
|
|
656
657
|
addSigningKeys(txHex: string, signingKeys: string[]): string;
|
|
657
658
|
resolver: IResolver;
|
package/dist/index.d.ts
CHANGED
|
@@ -652,6 +652,7 @@ interface ISubmitter {
|
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
interface IMeshTxSerializer {
|
|
655
|
+
verbose: boolean;
|
|
655
656
|
serializeTxBody(txBuilderBody: MeshTxBuilderBody, protocolParams: Protocol): string;
|
|
656
657
|
addSigningKeys(txHex: string, signingKeys: string[]): string;
|
|
657
658
|
resolver: IResolver;
|