View Source DiodeClient.Shell.MoonbaseAlpha (Diode Client v1.2.2)
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)
Summary
Functions
Link to this function
create_meta_transaction(address, function_name, types, values, nonce, opts \\ [])
View Source
Link to this function
create_transaction(address, function_name, types, values, opts \\ [])
View Source
Link to this function