txType property

int get txType

Implementation

int get txType => switch (this) {
      RawEVMTransactionType0() => 0,
      RawEVMTransactionType1() => 1,
      RawEVMTransactionType2() => 2,
    };