addresses property

List<String> addresses
final

The encoded addresses of the accounts which should be used to sign message (base-64 for mobile applications and base-58 for desktop browsers - use the adapter's encodeAccount method to encode Accounts for the current platform). These should be a subset of the addresses returned by authorize or reauthorize for the current session’s authorization.

Implementation

final List<String> addresses;