getProofs abstract method

Future<List<CashuProof>> getProofs({
  1. String? mintUrl,
  2. String? keysetId,
  3. CashuProofState state = CashuProofState.unspend,
})

Implementation

Future<List<CashuProof>> getProofs({
  String? mintUrl,
  String? keysetId,
  CashuProofState state = CashuProofState.unspend,
});