Function zcash_client_sqlite::wallet::put_received_note [−][src]
pub fn put_received_note<'a, P, T: ShieldedOutput>(
stmts: &mut DataConnStmtCache<'a, P>,
output: &T,
tx_ref: i64
) -> Result<NoteId, SqliteClientError>
Expand description
Records the specified shielded output as having been received.