Function zcash_client_sqlite::wallet::put_tx_meta [−][src]
pub fn put_tx_meta<'a, P, N>(
stmts: &mut DataConnStmtCache<'a, P>,
tx: &WalletTx<N>,
height: BlockHeight
) -> Result<i64, SqliteClientError>
Expand description
Inserts information about a mined transaction that was observed to contain a note related to this wallet into the database.