@override IcpTxData sign() { txData.signature = wallet.sign(txData.to_sign); txData.rawPublicKey = Principal.getRawPublicKey(wallet.publicKey); txData.isSigned = true; return txData; }