Get Account Addresses For Auth Key Query
data class GetAccountAddressesForAuthKeyQuery(val where_condition: Optional<Auth_key_account_addresses_bool_exp?> = Optional.Absent, val order_by: Optional<List<Auth_key_account_addresses_order_by>?> = Optional.Absent) : Query<GetAccountAddressesForAuthKeyQuery.Data>
Constructors
Link copied to clipboard
constructor(where_condition: Optional<Auth_key_account_addresses_bool_exp?> = Optional.Absent, order_by: Optional<List<Auth_key_account_addresses_order_by>?> = Optional.Absent)
Types
Link copied to clipboard
data class Auth_key_account_address(val auth_key: String, val account_address: String, val last_transaction_version: Any, val is_auth_key_used: Boolean)
Link copied to clipboard
data class Data(val auth_key_account_addresses: List<GetAccountAddressesForAuthKeyQuery.Auth_key_account_address>) : Query.Data
Functions
Link copied to clipboard
Link copied to clipboard
open override fun serializeVariables(writer: JsonWriter, customScalarAdapters: CustomScalarAdapters, withDefaultValues: Boolean)