verifiableAddresses property

  1. @BuiltValueField(wireName: r'verifiable_addresses')
BuiltList<VerifiableIdentityAddress>? verifiableAddresses

VerifiableAddresses contains all the addresses that can be verified by the user. Use this structure to import verified addresses for an identity. Please keep in mind that the address needs to be represented in the Identity Schema or this field will be overwritten on the next identity update.

Implementation

@BuiltValueField(wireName: r'verifiable_addresses')
BuiltList<VerifiableIdentityAddress>? get verifiableAddresses;