mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 20:01:08 +00:00
Define ss58 prefix inside the runtime (#7810)
* Add SS58Prefix type to the frame_system config trait * Remove unused chain_id runtime interface
This commit is contained in:
committed by
GitHub
parent
bd48ff310d
commit
ec2c70396e
@@ -170,9 +170,6 @@ pub trait Externalities: ExtensionStore {
|
||||
value: Option<Vec<u8>>,
|
||||
);
|
||||
|
||||
/// Get the identity of the chain.
|
||||
fn chain_id(&self) -> u64;
|
||||
|
||||
/// Get the trie root of the current storage map.
|
||||
///
|
||||
/// This will also update all child storage keys in the top-level storage map.
|
||||
|
||||
Reference in New Issue
Block a user