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