Address

interface Address {
	/**
	 * Address of the EOA or Smart Contract Wallet. Can be a comma separated list of addresses.
	 * @maxLength 100
	 */
	address: string;
}