createProgramAddress static method

  1. @Deprecated('Use `createProgramAddressSync` instead')
Future<PublicKey> createProgramAddress(
  1. List seeds,
  2. PublicKey programId
)

Implementation

@Deprecated('Use `createProgramAddressSync` instead')
external static Future<PublicKey> createProgramAddress(
    List<dynamic> seeds, PublicKey programId);