findProgramAddress static method

  1. @Deprecated('Use `findProgramAddressSync` instead')
Future<List> findProgramAddress(
  1. List<Uint8List> seeds,
  2. PublicKey programId
)

Implementation

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