menu
kinetic package
documentation
keypair.dart
Keypair
fromSecretKey static method
fromSecretKey static method
dark_mode
light_mode
fromSecretKey
static method
Future
<
Keypair
>
fromSecretKey
(
String
secretKey
)
Implementation
static Future<Keypair> fromSecretKey(String secretKey) async { return _create(secretKey, null); }
kinetic package
documentation
keypair
Keypair
fromSecretKey static method
Keypair class