View Source DiodeClient.Shell.Moonbeam (Diode Client v1.3.1)
DiodeClient.Shell is the interface to the blockchain state. It allows fetching accounts and block header information. Data fetched is by default checked against a merkle proof.
Example fetching smart contract state from an address
me = DiodeClient.address()
DiodeClient.Shell.get_account(me)