We present version 1.3.2 of Archetype language.
Added
asset_container
asset_container<A> type is evaluated to container type of asset collection A.
to_container
to_container builtin returns the container object of an asset collection.
put_remove
put_remove asset method puts or removes an asset in a collection.
make_asset
make_asset builin creates an asset from key and value.
create_contract
create_contract creates the operation to originate a contract.
Breaking Change
Constant caller (and any other constant) are no longer available as initial storage value.
It is recommended to use constant parameters instead.

