sourceChannel property

  1. @TagNumber(2)
String get sourceChannel

IBC connection channel, e.g. "channel-141", see apis /ibc/applications/transfer/v1beta1/denom_traces (connections) or /node_info (own channel)

Implementation

@$pb.TagNumber(2)
$core.String get sourceChannel => $_getSZ(1);
  1. @TagNumber(2)
set sourceChannel (String v)

Implementation

@$pb.TagNumber(2)
set sourceChannel($core.String v) {
  $_setString(1, v);
}