brc20Inscribe property

  1. @TagNumber(9)
Input_InputBrc20Inscription get brc20Inscribe

Create a BRC20 inscription.

Implementation

@$pb.TagNumber(9)
Input_InputBrc20Inscription get brc20Inscribe => $_getN(4);
  1. @TagNumber(9)
set brc20Inscribe (Input_InputBrc20Inscription v)

Implementation

@$pb.TagNumber(9)
set brc20Inscribe(Input_InputBrc20Inscription v) {
  setField(9, v);
}