Constants

Git Source

LEGACY_ENCODING_VERSION

The encoding version used for legacy txs.

bytes1 constant LEGACY_ENCODING_VERSION = 0x00;

NEW_ENCODING_VERSION

The encoding version used for new txs.

bytes1 constant NEW_ENCODING_VERSION = 0x01;

SET_ASSET_HANDLER_COUNTERPART_ENCODING_VERSION

The encoding version used for txs that set the asset handler on the counterpart contract.

bytes1 constant SET_ASSET_HANDLER_COUNTERPART_ENCODING_VERSION = 0x02;