sov-modules-macros 0.3.0

Macros for use with the Sovereign SDK module system
{
    "comment": "Sovereign SDK constants",
    "constants": {
        "TEST_U32": 42,
        "TEST_BOOL": true,
        "TEST_STRING": "Some Other String",
        "TEST_NESTED_ARRAY": [
            [
                7,
                7,
                7
            ],
            [
                7,
                7,
                7
            ]
        ],
        "TEST_ARRAY_OF_U8": [
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11,
            11
        ]
    },
    "gas": {
        "Bank": {
            "create_token": [
                4,
                4
            ],
            "transfer": [
                5,
                5
            ],
            "burn": [
                2,
                2
            ],
            "mint": [
                2,
                2
            ],
            "freeze": [
                1,
                1
            ]
        }
    }
}