I can't set derivation path to this library #164
Unanswered
saeedishayan76
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi i want to set derivation path to my wallet to create a trust wallet like address but i can't .
this is my code.
val mnemonic =
"sample"
val seed = Mnemonic.toSeed(
mnemonic.split(" "),
)
val privateKey =
PrivateKeyEd25519(seed)
val contract =
WalletV4R2Contract(liteClient, WalletV4R2Contract.address(privateKey))
Beta Was this translation helpful? Give feedback.
All reactions