[][src]Function safe_core::client::wallet_create_balance

pub fn wallet_create_balance(
    client_id: &ClientFullId,
    new_balance_owner: PublicKey,
    amount: Coins,
    transaction_id: Option<u64>
) -> Result<Transaction, CoreError>

Creates a new coin balance on the network.