module Hathor::NestedContractMacro
Direct including types
Defined in:
macros/nested_contract.crMacro Summary
-
nested_contract(type_declaration, **options)
nested_contract macro allows to define properties of type of other contracts Technically its a hybrid of nested and field macro.
-
nested_contract!(type_declaration, **options)
shortcut for "nilable: false" option
Macro Detail
macro nested_contract(type_declaration, **options)
#
nested_contract macro allows to define properties of type of other contracts Technically its a hybrid of nested and field macro. Its the same as nested, but doesnt need an inline class.