getKeysets abstract method

Future<List<CahsuKeyset>> getKeysets({
  1. String? mintUrl,
})

get all keysets if no mintUrl is provided \

Implementation

Future<List<CahsuKeyset>> getKeysets({
  String? mintUrl,
});