Skip to content

Braga has been retired. The next public testnet is coming in September 2026. Read the announcement →

const OperationType: object

Defined in: src/entity/params.ts:7

The operation tags of the execute ABI’s tagged union.

readonly Create: 1 = 1

readonly Delete: 5 = 5

readonly ExtendExpiry: 3 = 3

readonly Patch: 2 = 2

readonly TransferOwnership: 4 = 4