View Source DiodeClient.Shell (Diode Client v1.3.0)
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)