SystemState

data class SystemState(val type: GetLatestSuiSystemStateQuery.Type?, val json: Any?, val bcs: Any?)

Constructors

Link copied to clipboard
constructor(type: GetLatestSuiSystemStateQuery.Type?, json: Any?, bcs: Any?)

Properties

Link copied to clipboard
val bcs: Any?

The BCS representation of this value, Base64-encoded.

Link copied to clipboard
val json: Any?

Representation of a Move value in JSON, where:

Link copied to clipboard