Added dynamic AccessControlConditions interface

This commit is contained in:
Samuel Andert
2023-09-04 17:18:35 +02:00
parent 35b3167509
commit 102f4fa855
8 changed files with 167 additions and 33 deletions

View File

@ -27,12 +27,14 @@ export const createJWT = async () => {
contractAddress: '',
standardContractType: '',
chain: 'xdai',
method: 'eth_getBalance',
parameters: [':userAddress', 'latest'],
method: '',
parameters: [
':userAddress',
],
returnValueTest: {
comparator: '>=',
value: '1000000000000',
},
comparator: '=',
value: '0x4b975F10baf1153A5CC688B52d55809cd2d8BB57'
}
},
];