Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.utils.ethRequests
/
EthRequestUtils
Eth
Request
Utils
class
EthRequestUtils
Members
Constructors
Eth
Request
Utils
Link copied to clipboard
constructor
(
)
Functions
hex
String
To
Byte
Array
Link copied to clipboard
fun
hexStringToByteArray
(
hexString
:
String
)
:
ByteArray
hex
String
To
Number
Link copied to clipboard
fun
hexStringToNumber
(
hexBalance
:
String
)
:
Double
hex
String
To
String
Link copied to clipboard
fun
hexStringToString
(
hexInput
:
String
)
:
String
number
To
Hex
String
Link copied to clipboard
fun
numberToHexString
(
value
:
Double
)
:
String