pub fn transfer_to_account(
    target: AccountHash,
    amount: U512,
    id: Option<u64>
) -> TransferResult
Expand description

Transfers amount of motes from the default purse of the account to target account. If target does not exist it will be created.