open fun writeAddressList(vararg elements: Bytes!): Unit (source)
Write a list of addresses.
elements - Bytes!: the addresses to write as a list
IllegalArgumentException - if any address.size != 20
open fun writeAddressList(elements: MutableList<out Bytes!>!): Unit (source)
Write a list of addresses.
elements - MutableList<out Bytes!>!: the addresses to write as a list