get_smart_account_info
Resolve XRPL accounts to Flare Smart Addresses and verify deployment status, or reverse-lookup a Flare address to find its owner and Smart Account status.
Instructions
Resolve between XRPL accounts and Flare Smart Accounts via the on-chain MasterAccountController. Forward: give an XRPL account (r...) to get its deterministic Flare address and whether the account is actually deployed yet. Reverse: give a Flare address (0x...) to find out whether it is a Smart Account and which XRPL account owns it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | ||
| xrpl_address | No | XRPL account (r...). Resolves forward to its Flare address. | |
| flare_address | No | Flare address (0x...). Resolves backward to its XRPL owner. |