Bank Module
Messages
Bank Send
{
"operation": {
"access_type": "READ",
"resource_type": "KV_BANK_BALANCES",
"identifier_template": "0220%s"
},
"selector_type": "CONTRACT_ADDRESS",
"selector": "{your-contract-address}"
},
{
"operation": {
"access_type": "WRITE",
"resource_type": "KV_BANK_BALANCES",
"identifier_template": "0220%s"
},
"selector_type": "CONTRACT_ADDRESS",
"selector": "{your-contract-address}"
},
{
"operation": {
"access_type": "READ",
"resource_type": "KV_AUTH_ADDRESS_STORE",
"identifier_template": "01%s"
},
"selector_type": "CONTRACT_ADDRESS",
"selector": "{your-contract-address}"
},Last updated