DevNetwork

Trait DevNetwork 

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

DevNetwork is a Network that can call into Worker::dev_create_account and Worker::dev_deploy to create developer accounts.

Implementors§

Source§

impl<T> DevNetwork for T