Constants
OPERATOR_ROLE
Operator role - can perform standard operations
bytes32 constant OPERATOR_ROLE = keccak256("OPERATOR_ROLE")
MAX_BATCH_SIZE
Maximum number of transaction details allowed in a single batch
uint256 constant MAX_BATCH_SIZE = 100
MAX_PARTNER_NAME_LENGTH
Maximum length for partner name in bytes
uint256 constant MAX_PARTNER_NAME_LENGTH = 100
MAX_PARTNER_DESCRIPTION_LENGTH
Maximum length for partner description in bytes
uint256 constant MAX_PARTNER_DESCRIPTION_LENGTH = 500