brc20Inscribe property
Create a BRC20 inscription.
Implementation
@$pb.TagNumber(9)
Input_InputBrc20Inscription get brc20Inscribe => $_getN(4);Implementation
@$pb.TagNumber(9)
set brc20Inscribe(Input_InputBrc20Inscription v) {
  setField(9, v);
}Create a BRC20 inscription.
@$pb.TagNumber(9)
Input_InputBrc20Inscription get brc20Inscribe => $_getN(4);@$pb.TagNumber(9)
set brc20Inscribe(Input_InputBrc20Inscription v) {
  setField(9, v);
}