Uses of Class
app.keyconnect.rippled.api.client.model.ValidatedLedgerInfo
| Package | Description |
|---|---|
| app.keyconnect.rippled.api.client.model |
-
Uses of ValidatedLedgerInfo in app.keyconnect.rippled.api.client.model
Methods in app.keyconnect.rippled.api.client.model that return ValidatedLedgerInfo Modifier and Type Method Description ValidatedLedgerInfoValidatedLedgerInfo. age(java.math.BigDecimal age)ValidatedLedgerInfoValidatedLedgerInfo. baseFeeXrp(java.math.BigDecimal baseFeeXrp)ValidatedLedgerInfoServerInfo. getValidatedLedger()Get validatedLedgerValidatedLedgerInfoValidatedLedgerInfo. hash(java.lang.String hash)ValidatedLedgerInfoValidatedLedgerInfo. reserveBaseXrp(java.math.BigDecimal reserveBaseXrp)ValidatedLedgerInfoValidatedLedgerInfo. reserveIncXrp(java.math.BigDecimal reserveIncXrp)ValidatedLedgerInfoValidatedLedgerInfo. seq(java.math.BigDecimal seq)Methods in app.keyconnect.rippled.api.client.model with parameters of type ValidatedLedgerInfo Modifier and Type Method Description voidServerInfo. setValidatedLedger(ValidatedLedgerInfo validatedLedger)ServerInfoServerInfo. validatedLedger(ValidatedLedgerInfo validatedLedger)