AddressKey
Identifies a specific version of an address.
Exactly one of address or name must be specified. Additionally, at most one of rootVersion or atCheckpoint can be specified. If neither bound is provided, the address is fetched at the checkpoint being viewed.
See Query.address for more details.
input AddressKey {
address: SuiAddress
atCheckpoint: UInt53
name: String
rootVersion: UInt53
}
Fields
AddressKey.address ● SuiAddress scalar
The address.
AddressKey.atCheckpoint ● UInt53 scalar
If specified, sets a checkpoint bound for this address.
AddressKey.name ● String scalar
A SuiNS name to resolve to an address.
AddressKey.rootVersion ● UInt53 scalar
If specified, sets a root version bound for this address.
Member Of
multiGetAddresses query