LedgerSummary

Information about a ledger, including its name, state, and when it was created.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time, in epoch time format, when the ledger was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)

Link copied to clipboard
val name: String?

The name of the ledger.

Link copied to clipboard

The current status of the ledger.

Functions

Link copied to clipboard
inline fun copy(block: LedgerSummary.Builder.() -> Unit = {}): LedgerSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String