Function grin_wallet_libwallet::api_impl::owner::init_send_tx

source ยท
pub fn init_send_tx<'a, T, C, K>(
    w: &mut T,
    keychain_mask: Option<&SecretKey>,
    args: InitTxArgs,
    use_test_rng: bool
) -> Result<Slate, Error>
where T: WalletBackend<'a, C, K> + ?Sized, C: NodeClient + 'a, K: Keychain + 'a,
Expand description

Initiate tx as sender