Signature
IB20Asset.sol
Description
Returns thebytes32 role constant required to call:
announce: disclose an operator-driven changeupdateUIMultiplier: schedule a future multiplier changecancelUIMultiplierUpdate: cancel a live pending multiplier updateupdateMultiplier: immediate override (deprecated; emergency use only)
updateName, updateSymbol, updateExtraMetadata) are gated by METADATA_ROLE, not OPERATOR_ROLE.
This role is Asset-only. B20 Stablecoin has no multiplier and does not expose OPERATOR_ROLE for these purposes.
Access Control
Read-only view; returns a constant. No role required to call this function.Policy Interaction
No direct policy interaction.Example
Usage Example