Trait DevNetwork

Source
pub trait DevNetwork:
    TopLevelAccountCreator
    + AllowDevAccountCreation
    + Network
    + 'static { }
Expand description

DevNetwork is a Network that can call into dev_create and dev_deploy to create developer accounts.

Implementors§