getCapabilities
const capabilities = await smartAccountClient.getCapabilities()Returns
{
"0x8453": {
"atomicBatch": {
"supported": true
},
"paymasterService": {
"supported": true
},
"permissions": {
"supported": true,
"signerTypes": ["account"],
"permissionTypes": ["sudo", "contract-call"]
}
}
}Last updated