Serialized Form
-
Package org.exoplatform.wallet.entity
-
Class org.exoplatform.wallet.entity.AddressLabelEntity extends Object implements Serializable
- serialVersionUID:
- -1622032986992776281L
-
Class org.exoplatform.wallet.entity.TransactionEntity extends Object implements Serializable
- serialVersionUID:
- 485850826850947238L
-
Serialized Fields
-
boost
boolean boost
-
byAddress
String byAddress
-
contractAddress
String contractAddress
-
contractAmount
double contractAmount
-
contractMethodName
String contractMethodName
-
createdDate
long createdDate
-
etherFee
double etherFee
-
fromAddress
String fromAddress
-
gasPrice
double gasPrice
-
gasUsed
int gasUsed
-
hash
String hash
-
id
long id
-
isAdminOperation
boolean isAdminOperation
-
isPending
boolean isPending
-
isSuccess
boolean isSuccess
-
issuerIdentityId
long issuerIdentityId
-
label
String label
-
message
String message
-
networkId
long networkId
-
noContractFunds
boolean noContractFunds
-
nonce
long nonce
-
rawTransaction
String rawTransaction
-
sendingAttemptCount
long sendingAttemptCount
-
sentDate
long sentDate
-
toAddress
String toAddress
-
tokenFee
double tokenFee
-
value
double value
-
-
Class org.exoplatform.wallet.entity.WalletBlockchainStateEntity extends Object implements Serializable
- serialVersionUID:
- -7294965683405044055L
-
Serialized Fields
-
contractAddress
String contractAddress
-
etherBalance
double etherBalance
-
id
Long id
-
isInitialized
boolean isInitialized
-
rewardBalance
double rewardBalance
-
tokenBalance
double tokenBalance
-
wallet
WalletEntity wallet
-
-
Class org.exoplatform.wallet.entity.WalletEntity extends Object implements Serializable
- serialVersionUID:
- -1622032986992776281L
-
Serialized Fields
-
address
String address
-
blockchainState
Collection<WalletBlockchainStateEntity> blockchainState
-
id
Long id
-
initializationState
org.exoplatform.wallet.model.WalletState initializationState
-
isBackedUp
boolean isBackedUp
-
isEnabled
boolean isEnabled
-
passPhrase
String passPhrase
-
privateKey
WalletPrivateKeyEntity privateKey
-
type
org.exoplatform.wallet.model.WalletType type
-
-
Class org.exoplatform.wallet.entity.WalletPrivateKeyEntity extends Object implements Serializable
- serialVersionUID:
- -7294965683405044055L
-
Serialized Fields
-
id
Long id
-
keyContent
String keyContent
-
wallet
WalletEntity wallet
-
-