getTronCredentials function
- required Uint8List seed,
Implementation
(Uint8List, Uint8List) getTronCredentials({required Uint8List seed}) {
final node = deriveNode(seed, tronBip44HDPath.defaultPath);
return (node.privateKey!, node.publicKeyUncompressed);
}