Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

AddressList

Representation of an Address list AddressList

export interface AddressList {
	'addresses'?: Array<Address>;
}

Properties

NameRequiredTypeDescription
addressesOptionalArray<Address>List of addresses {Array<Address>} AddressList

Referenced Types

On this page