AddressBook
No description
type AddressBook {
asset: BaseAsset
address: String!
chain: Chain
name: String!
label: String
memo: String
type: [AddressBookEntryType!]!
counterparty: CounterpartyInfo
}
Fields
AddressBook.asset ● BaseAsset interface
asset if the address book references a known asset
AddressBook.address ● String! non-null scalar
Chain address
AddressBook.chain ● Chain enum
Chain the address belongs to
AddressBook.name ● String! non-null scalar
Name of the address
AddressBook.label ● String scalar
Label (optional)
AddressBook.memo ● String scalar
Memo (optional), only supported for some chains
AddressBook.type ● [AddressBookEntryType!]! non-null enum
AddressBook.counterparty ● CounterpartyInfo object
Information of the counterparty that should be used for travel rule if a transaction contains the address of interest (NOTE: only applicable if type contains TRAVEL_RULE)
Member Of
AddressBookConnection object