Kaptos
Toggle table of contents
0.1.2-beta
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaptos
Kaptos
/
xyz.mcxross.kaptos.generated
/
GetAccountAddressesForAuthKeyQuery
/
Auth_key_account_address
Auth_
key_
account_
address
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
)
Members
Constructors
Auth_
key_
account_
address
Link copied to clipboard
constructor
(
auth_key
:
String
,
account_address
:
String
,
last_transaction_version
:
Any
,
is_auth_key_used
:
Boolean
)
Properties
account_
address
Link copied to clipboard
val
account_address
:
String
auth_
key
Link copied to clipboard
val
auth_key
:
String
is_
auth_
key_
used
Link copied to clipboard
val
is_auth_key_used
:
Boolean
last_
transaction_
version
Link copied to clipboard
val
last_transaction_version
:
Any