CoinInfo
data class CoinInfo(var amount: ULong, var id: ObjectId, var transferTxDigest: TransactionDigest) : Disposable
Constructors
| CoinInfo | constructor(amount: ULong, id: ObjectId, transferTxDigest: TransactionDigest) |
Properties
| Name | Summary |
|---|---|
| amount | var amount: ULong |
| id | var id: ObjectId |
| transferTxDigest | var transferTxDigest: TransactionDigest |
Functions
| Name | Summary |
|---|---|
| destroy | open override fun destroy() |