@dynamic-labs/sdk-api 0.0.929 → 0.0.931
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/package.json
CHANGED
|
@@ -66,19 +66,19 @@ export interface SignMessageContext {
|
|
|
66
66
|
*/
|
|
67
67
|
evmMessage?: SignMessageEvmMessage;
|
|
68
68
|
/**
|
|
69
|
-
* A string with a max length of
|
|
69
|
+
* A string with a max length of 204800 characters
|
|
70
70
|
* @type {string}
|
|
71
71
|
* @memberof SignMessageContext
|
|
72
72
|
*/
|
|
73
73
|
svmMessage?: string;
|
|
74
74
|
/**
|
|
75
|
-
* A string with a max length of
|
|
75
|
+
* A string with a max length of 204800 characters
|
|
76
76
|
* @type {string}
|
|
77
77
|
* @memberof SignMessageContext
|
|
78
78
|
*/
|
|
79
79
|
suiMessage?: string;
|
|
80
80
|
/**
|
|
81
|
-
* A string with a max length of
|
|
81
|
+
* A string with a max length of 204800 characters
|
|
82
82
|
* @type {string}
|
|
83
83
|
* @memberof SignMessageContext
|
|
84
84
|
*/
|
|
@@ -18,7 +18,7 @@ import { WalletBitcoinConfig } from './WalletBitcoinConfig';
|
|
|
18
18
|
*/
|
|
19
19
|
export interface SignMessageWithWaasRequest {
|
|
20
20
|
/**
|
|
21
|
-
* A string with a max length of
|
|
21
|
+
* A string with a max length of 204800 characters
|
|
22
22
|
* @type {string}
|
|
23
23
|
* @memberof SignMessageWithWaasRequest
|
|
24
24
|
*/
|