pub enum MintError {
    /// Emitted when attempting to mint zero coins.
    ZeroAmount: (),
}
Expand description

Error log for when something goes wrong when minting assets.

Variants

ZeroAmount: ()

Emitted when attempting to mint zero coins.