pub type ReviveConfig = GenesisConfig<Runtime>;
Aliased Type§
struct ReviveConfig {
pub mapped_accounts: Vec<AccountId32>,
pub accounts: Vec<Account<Runtime>>,
}
Fields§
§mapped_accounts: Vec<AccountId32>
List of native Substrate accounts (typically AccountId32
) to be mapped at genesis
block, enabling them to interact with smart contracts.
accounts: Vec<Account<Runtime>>
Account entries (both EOAs and contracts)