pub trait CreateWithNoSupplyBuilder: CanCreateWithNoSupply {
    // Provided method
    fn create_with_no_initial_supply(self) -> ResourceManager { ... }
}

Provided Methods§

source

fn create_with_no_initial_supply(self) -> ResourceManager

Creates the resource with no initial supply.

The resource’s address is returned.

Implementors§