Uses of Class
dev.vality.fistful.withdrawal_session.ProofType
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of ProofType in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session declared as ProofType Modifier and Type Field Description ProofTypeChallengeProof. typeMethods in dev.vality.fistful.withdrawal_session that return ProofType Modifier and Type Method Description static ProofTypeProofType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ProofTypeChallengeProof. getType()static ProofTypeProofType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProofType[]ProofType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.withdrawal_session with parameters of type ProofType Modifier and Type Method Description ChallengeProofChallengeProof. setType(ProofType type)