pub fn post<L, C, K>( owner_api: &mut Owner<L, C, K>, keychain_mask: Option<&SecretKey>, args: PostArgs, ) -> Result<(), Error>where L: WalletLCProvider<'static, C, K> + 'static, C: NodeClient + 'static, K: Keychain + 'static,