channelUrl property
The url of the channels from our node
Implementation
@$pb.TagNumber(3)
$core.String get channelUrl => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set channelUrl($core.String value) => $_setString(2, value);
The url of the channels from our node
@$pb.TagNumber(3)
$core.String get channelUrl => $_getSZ(2);
@$pb.TagNumber(3)
set channelUrl($core.String value) => $_setString(2, value);