WalletCore
WalletCore
/
wallet.core.jni
/
Ethereum
Ethereum
class
Ethereum
Functions
Functions
address
Checksummed
Link copied to clipboard
open
fun
addressChecksummed
(
address
:
String
)
:
String
Returns the checksummed address.
eip1014Create2Address
Link copied to clipboard
open
fun
eip1014Create2Address
(
from
:
String
,
salt
:
Array
<
Byte
>
,
initCodeHash
:
Array
<
Byte
>
)
:
String
Returns EIP-1014 Create2 address
eip1967Proxy
Init
Code
Link copied to clipboard
open
fun
eip1967ProxyInitCode
(
logicAddress
:
String
,
data
:
Array
<
Byte
>
)
:
Array
<
Byte
>
Returns EIP-1967 proxy init code
eip2645Get
Path
Link copied to clipboard
open
fun
eip2645GetPath
(
ethAddress
:
String
,
layer
:
String
,
application
:
String
,
index
:
String
)
:
String
Returns the account path from address.