Function get_input_note_with_id_prefix

Source
pub async fn get_input_note_with_id_prefix<R: FeltRng>(
    client: &Client<R>,
    note_id_prefix: &str,
) -> Result<InputNoteRecord, IdPrefixFetchError>
Expand description

Returns the client input note whose ID starts with note_id_prefix.

ยงErrors