Tokenfactory Module

Messages

Create Denom

Note: These Create Denom dependencies can be used as-is, there shouldn't be any necessary changes related to selectors for this message type

{
    "operation": {
        "access_type": "WRITE",
        "resource_type": "KV_TOKENFACTORY",
        "identifier_template": "*"
    },
    "selector_type": "NONE"
},
{
    "operation": {
        "access_type": "READ",
        "resource_type": "KV_TOKENFACTORY",
        "identifier_template": "*"
    },
    "selector_type": "NONE"
},
{
    "operation": {
        "access_type": "READ",
        "resource_type": "KV_BANK_DENOM",
        "identifier_template": "01666163746f7279"
    },
    "selector_type": "NONE"
},
{
    "operation": {
        "access_type": "WRITE",
        "resource_type": "KV_BANK_DENOM",
        "identifier_template": "01666163746f7279"
    },
    "selector_type": "NONE"
},
{
    "operation": {
        "access_type": "READ",
        "resource_type": "KV_BANK_SUPPLY",
        "identifier_template": "*"
    },
    "selector_type": "NONE"
},

Mint

Burn

Last updated