Trait near_workspaces::DevNetwork[][src]

pub trait DevNetwork: AllowDevAccountCreation + Network { }
Expand description

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

Implementors