fromSecretKey static method

Future<Keypair> fromSecretKey(
  1. String secretKey
)

Implementation

static Future<Keypair> fromSecretKey(String secretKey) async {
  return _create(secretKey, null);
}