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.
1 parent e41d011 commit 38b620bCopy full SHA for 38b620b
modules/sdk-coin-evm/src/evmCoin.ts
@@ -43,6 +43,16 @@ export class EvmCoin extends AbstractEthLikeNewCoins {
43
return 'ecdsa';
44
}
45
46
+ /** @inheritDoc */
47
+ supportsMessageSigning(): boolean {
48
+ return true;
49
+ }
50
+
51
52
+ supportsSigningTypedData(): boolean {
53
54
55
56
protected async buildUnsignedSweepTxnTSS(params: RecoverOptions): Promise<OfflineVaultTxInfo | UnsignedSweepTxMPCv2> {
57
if (this.staticsCoin?.features.includes(CoinFeature.MPCV2)) {
58
return this.buildUnsignedSweepTxnMPCv2(params);
0 commit comments