[][src]Function grin_wallet_libwallet::api_impl::owner::post_tx

pub fn post_tx<'a, C>(
    client: &C,
    tx: &Transaction,
    fluff: bool
) -> Result<(), Error> where
    C: NodeClient + 'a, 

Posts a transaction to the chain take a client impl instead of wallet so as not to have to lock the wallet