Uses of Class
dev.vality.fistful.withdrawal_session.Identity
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of Identity in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session declared as Identity Modifier and Type Field Description IdentityWithdrawal. receiverIdentityWithdrawal. senderMethods in dev.vality.fistful.withdrawal_session that return Identity Modifier and Type Method Description IdentityIdentity. deepCopy()IdentityWithdrawal. getReceiver()IdentityWithdrawal. getSender()IdentityIdentity. setEffectiveChallenge(Challenge effective_challenge)IdentityIdentity. setIdentityId(String identity_id)Methods in dev.vality.fistful.withdrawal_session with parameters of type Identity Modifier and Type Method Description intIdentity. compareTo(Identity other)booleanIdentity. equals(Identity that)WithdrawalWithdrawal. setReceiver(Identity receiver)WithdrawalWithdrawal. setSender(Identity sender)Constructors in dev.vality.fistful.withdrawal_session with parameters of type Identity Constructor Description Identity(Identity other)Performs a deep copy on other.