ledger-dotnet-api
ledger-dotnet-api copied to clipboard
get Tron address
hi How can I get Tron address?
Read up on BIP44 and try something like
KeyPath($"m/84'/195'/0'/0/0");
var address = await LedgerClient.GetWalletPubKeyAsync(path, LedgerClient.AddressType.Legacy, false);