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

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

Provides an access to mint.

Required methods

fn transfer_purse_to_purse(
    &mut self,
    source: URef,
    target: URef,
    amount: U512
) -> Result<(), ApiError>
[src]

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

Loading content...

Implementors

Loading content...