createWithSeed static method

Future<PublicKey> createWithSeed(
  1. PublicKey fromPublicKey,
  2. String seed,
  3. PublicKey programId
)

Implementation

external static Future<PublicKey> createWithSeed(
    PublicKey fromPublicKey, String seed, PublicKey programId);