Get Coins Query
data class GetCoinsQuery(val owner: Any, val first: Optional<Int?> = Optional.Absent, val cursor: Optional<String?> = Optional.Absent, val type: Optional<String?> = Optional.Absent) : Query<GetCoinsQuery.Data>
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Node(val owner: GetCoinsQuery.Owner?, val contents: GetCoinsQuery.Contents?, val address: Any, val version: Any?, val digest: String?, val previousTransaction: GetCoinsQuery.PreviousTransaction?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Link copied to clipboard
open override fun serializeVariables(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, withDefaultValues: Boolean)