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.
pub trait DevNetwork:
TopLevelAccountCreator
+ AllowDevAccountCreation
+ Network
+ 'static { }
DevNetwork is a Network that can call into dev_create
and dev_deploy
to create developer accounts.