post https://rpc.particle.network/evm-chain/#particle_aa_getSmartAccount
🚄 Understanding getSmartAccount
getSmartAccount- getSmartAccountreturns information regarding a specific smart account (such as a- BICONOMY,- CYBERCONNECTor- SIMPLEaccount) tied to an account address. It takes:- Account config object:
- name- string. Either- BICONOMY,- CYBERCONNECTor- SIMPLE.
- version- string. Either- 1.0.0or- 2.0.0.
- ownerAddress- string.
 
 
- Account config object:
Query example
{
  "jsonrpc": "2.0",
  "id": "ee9cce2a-2f34-4c66-879e-c84c6f0e7f2d",
  "chainId": 80001,
  "method": "particle_aa_getSmartAccount",
  "params": [
    // account config array
    {
      "name": "BICONOMY",
      "version": "1.0.0",
      "ownerAddress": "0xA60123a1056e9D38B64c4993615F27cCe9A9E8D5"
    },
    {
      "name": "BICONOMY",
      "version": "1.0.0",
      "ownerAddress": "0x329a7f8b91Ce7479035cb1B5D62AB41845830Ce8"
    }
  ]
}
