Uses of Class
dev.vality.fistful.withdrawal_session.ChallengeProof
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of ChallengeProof in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session with type parameters of type ChallengeProof Modifier and Type Field Description List<ChallengeProof>Challenge. proofsMethods in dev.vality.fistful.withdrawal_session that return ChallengeProof Modifier and Type Method Description ChallengeProofChallengeProof. deepCopy()ChallengeProofChallengeProof. setToken(String token)ChallengeProofChallengeProof. setType(ProofType type)Methods in dev.vality.fistful.withdrawal_session that return types with arguments of type ChallengeProof Modifier and Type Method Description List<ChallengeProof>Challenge. getProofs()Iterator<ChallengeProof>Challenge. getProofsIterator()Methods in dev.vality.fistful.withdrawal_session with parameters of type ChallengeProof Modifier and Type Method Description voidChallenge. addToProofs(ChallengeProof elem)intChallengeProof. compareTo(ChallengeProof other)booleanChallengeProof. equals(ChallengeProof that)Method parameters in dev.vality.fistful.withdrawal_session with type arguments of type ChallengeProof Modifier and Type Method Description ChallengeChallenge. setProofs(List<ChallengeProof> proofs)Constructors in dev.vality.fistful.withdrawal_session with parameters of type ChallengeProof Constructor Description ChallengeProof(ChallengeProof other)Performs a deep copy on other.