multiGetAddresses
Fetch addresses by their keys.
Returns a list of addresses that is guaranteed to be the same length as keys. If an address in keys is fetched by name and the name does not resolve to an address, its corresponding entry in the result will be null.
multiGetAddresses(
keys: [AddressKey!]!
): [Address]!