radix-transactions 1.3.1

Various Radix transaction models and the manifest compiler/decompiler, from the Radix DLT project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
TAKE_ALL_FROM_WORKTOP 
    Address("${badge_resource_address}") 
    Bucket("some_xrd");

CREATE_ACCESS_CONTROLLER 
    Bucket("some_xrd") 
    Tuple(
        Enum<AccessRule::DenyAll>(), 
        Enum<AccessRule::DenyAll>(), 
        Enum<AccessRule::DenyAll>()
    ) 
    None;