@dynamic-labs/sdk-api 0.0.755 → 0.0.757
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
|
@@ -17,7 +17,7 @@ import { SignMessageContext } from './SignMessageContext';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface SignMessageWithWaasRequest {
|
|
19
19
|
/**
|
|
20
|
-
* A string with a max length of
|
|
20
|
+
* A string with a max length of 16384 characters
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof SignMessageWithWaasRequest
|
|
23
23
|
*/
|
|
@@ -32,11 +32,11 @@ export interface WaasPolicyRule {
|
|
|
32
32
|
*/
|
|
33
33
|
ruleType: WaasPolicyRuleType;
|
|
34
34
|
/**
|
|
35
|
-
* Target
|
|
35
|
+
* Target address EVM or SVM
|
|
36
36
|
* @type {string}
|
|
37
37
|
* @memberof WaasPolicyRule
|
|
38
38
|
*/
|
|
39
|
-
address: string;
|
|
39
|
+
address: string | null;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {WaasChainEnum}
|