chains property

List<Chain>? chains
getter/setter pair

Chains that match the queried chain_display_name in SearchChainsRequest.

If there are no matches, this field will be empty. Results are listed in order of relevance.

Implementation

core.List<Chain>? chains;