managerAddress property

  1. @JsonKey(name: 'm')
  2. @AddressSerializer()
Address? managerAddress
final

The address of the account that can manage the configuration of the asset and destroy it.

Implementation

@JsonKey(name: 'm')
@AddressSerializer()
final Address? managerAddress;