mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-18 13:00:08 +00:00
14 lines
220 B
Plaintext
14 lines
220 B
Plaintext
namespace imports.enums : <"Enums used for the contract dsl">
|
|
version "${version.ok}"
|
|
|
|
enum CounterpartyRoleEnum:
|
|
Party1
|
|
Party2
|
|
|
|
enum CapacityUnitEnum:
|
|
ALW
|
|
BBL
|
|
|
|
enum FinancialUnitEnum:
|
|
Contract
|
|
ContractualProduct |