op property

BigInt get op

Implementation

BigInt get op => BigInt.from(
      switch (this) {
        PtonOpCodes.TON_TRANSFER => 0x01f3835d,
        PtonOpCodes.DEPLOY_WALLET_V1 => 0x6cc43573,
        PtonOpCodes.DEPLOY_WALLET_V2 => 0x4f5f4313,
      },
    );