Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
indexer
/
com.midnight.kuira.core.indexer.model
/
UnshieldedTransaction
/
FeeInfo
Fee
Info
@
Serializable
data
class
FeeInfo
(
val
paidFees
:
String
,
val
estimatedFees
:
String
)
Fee information for a transaction.
Members
Constructors
Fee
Info
Link copied to clipboard
constructor
(
paidFees
:
String
,
estimatedFees
:
String
)
Properties
estimated
Fees
Link copied to clipboard
val
estimatedFees
:
String
paid
Fees
Link copied to clipboard
val
paidFees
:
String