Trait casper_types::system::standard_payment::MintProvider[][src]

pub trait MintProvider {
    fn transfer_purse_to_purse(
        &mut self,
        source: URef,
        target: URef,
        amount: U512
    ) -> Result<(), ApiError>; }
Expand description

Provides an access to mint.

Required methods

Transfer amount of tokens from source purse to a target purse.

Implementors