get_input_note_with_id_prefix

Function get_input_note_with_id_prefix 

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

Returns the client input note whose ID starts with note_id_prefix.

ยงErrors