You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This method knows how to convert an address payload sent by Rest to Address.
81
+
*
82
+
* Currently rest sends hex encoded addresses, it is desired to use decoded/plain addresses.
83
+
*
84
+
* This method handles both format, encoded (deprecated) and decoded/plain/raw addresses.
85
+
*
86
+
* Clients using this SDK will be able to process both payloads.
87
+
*
88
+
* @param value the address in encoded (6823BB7C3C089D996585466380EDBDC19D4959184893E38C) format or decoded/plain format (SB3KUBHATFCPV7UZQLWAQ2EUR6SIHBSBEOEDDDF3)
0 commit comments