@bitgo-beta/abstract-eth 1.2.3-alpha.294 → 1.2.3-alpha.296
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.
|
@@ -620,7 +620,7 @@ export declare abstract class AbstractEthLikeNewCoins extends AbstractEthLikeCoi
|
|
|
620
620
|
/**
|
|
621
621
|
* Transform message to accommodate specific blockchain requirements.
|
|
622
622
|
* @param {string} message - the message to prepare
|
|
623
|
-
* @return {string} the prepared message.
|
|
623
|
+
* @return {string} the prepared message as a hex encoded string.
|
|
624
624
|
*/
|
|
625
625
|
encodeMessage(message: string): string;
|
|
626
626
|
/**
|