@block52/poker-vm-sdk 1.2.2 → 1.2.3

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.ts CHANGED
@@ -45363,6 +45363,8 @@ type LegalActionDTO = {
45363
45363
  min: string | undefined;
45364
45364
  max: string | undefined;
45365
45365
  index: number;
45366
+ signature?: string;
45367
+ signerConsAddr?: string;
45366
45368
  };
45367
45369
  type WinnerDTO = {
45368
45370
  address: string;