getAccountState on the accountHelper contract and decodes the ABI-encoded response (5 × 32-byte slots: nonce, did, isActive, pubKeyX, pubKeyY).
Returns decoded on-chain state for a HyperAuth smart account — nonce, linked DID, active status, and the P-256 public key coordinates used to sign.
getAccountState on the accountHelper contract and decodes the ABI-encoded response (5 × 32-byte slots: nonce, did, isActive, pubKeyX, pubKeyY).