brc20Inscribe property

  1. @TagNumber.new(9)
Input_InputBrc20Inscription get brc20Inscribe

Create a BRC20 inscription.

Implementation

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

Implementation

@$pb.TagNumber(9)
set brc20Inscribe(Input_InputBrc20Inscription value) => $_setField(9, value);