[][src]Trait casperlabs_standard_payment::MintProvider

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

Required methods

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

Loading content...

Implementors

Loading content...