publicAddresses property
List of public addresses to be registered, ex. {{"BTC", "bc1qv...7v"},{"BNB", "bnb1ts3...9s"}}
Implementation
@$pb.TagNumber(2)
$core.List<PublicAddress> get publicAddresses => $_getList(1);
List of public addresses to be registered, ex. {{"BTC", "bc1qv...7v"},{"BNB", "bnb1ts3...9s"}}
@$pb.TagNumber(2)
$core.List<PublicAddress> get publicAddresses => $_getList(1);