Is it possible to read an SRML error message in Substrate UI, when a transaction fails?...
Read MoreKusama - Provided Host header is not whitelisted...
Read MoreIn Substrate what does code: 1012 "Transaction is temporarily banned" mean?...
Read MoreWhat is the cost of event storage in substrate?...
Read MoreHow to disambiguate between traits with the same name?...
Read MoreSubstrate has runtime versioning. What is the purpose and use case for these?...
Read MoreIn Substrate is there a way to use storage and functions from one custom module in another?...
Read MoreTimestamp Arithmetic in Substrate...
Read MorePossibility of private variables in substrate storage...
Read MoreProper JSON type definition to import with a runtime module struct with other struct and enum...
Read MoreIs there a way for me to use the standard Result<T, E> type inside a Substrate module?...
Read MoreIn srml_support::storage::StorageMap, what is the difference between get() and take()...
Read MoreHow can I look at the final code generated by the macros in Parity Substrate?...
Read MoreWhat is the purpose of `pub` in decl_storage?...
Read MoreHow to do floating point arithmetic in substrate runtime...
Read MoreHow can I initialize a user's balance in a Substrate blockchain?...
Read MoreIs there a way to use await keyword inside render in React code...
Read MoreIs handling the `Imbalance` type mandatory after withdraw or deposit?...
Read MoreWhere is the type Log defined inside of the Substrate runtime crate?...
Read MoreWhat is an example of a `storage_name` in decl_storage...
Read MoreHow to use generic structs in the Parity Substrate custom runtime?...
Read MoreIs Treasury Module's set_pot function available for public use?...
Read MoreHow do I define a custom type with the oo7 Substrate library?...
Read MoreWhat's the function of `<T>` in Substrate's `fn deposit_event<T>() = default`?...
Read MoreIn the oo7 Substrate UI, Alice has zero funds...
Read MoreHow do you modify the bytes in a `Hash` in Parity Substrate?...
Read More