We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5821b1e + 23d04cf commit 89978ffCopy full SHA for 89978ff
modules/sdk-coin-arbeth/src/arbeth.ts
@@ -32,6 +32,16 @@ export class Arbeth extends AbstractEthLikeNewCoins {
32
return 'ecdsa';
33
}
34
35
+ /** @inheritDoc */
36
+ supportsMessageSigning(): boolean {
37
+ return true;
38
+ }
39
+
40
41
+ supportsSigningTypedData(): boolean {
42
43
44
45
/**
46
* Make a query to Arbiscan for information such as balance, token balance, solidity calls
47
* @param {Object} query key-value pairs of parameters to append after /api
0 commit comments