String privateKeyFromSeed({required List<int> seed, dynamic hint}) => RustLib.instance.api.privateKeyFromSeed(seed: seed, hint: hint);