pub fn transfer_from_purse_to_purse(
    source: URef,
    target: URef,
    amount: U512,
    id: Option<u64>
) -> Result<(), ApiError>
Expand description

Transfers amount of motes from source purse to target purse. If target does not exist the transfer fails.