Type Definition libindy_sys::indyWalletGetRecordTagsCb[][src]

type indyWalletGetRecordTagsCb = Option<unsafe extern "C" fn(handle: indy_handle_t, record_handle: indy_handle_t, tags_json: *mut c_char) -> indy_error_t>;

Get an tags for retrieved wallet record

#Params storage_handle: opened storage handle (See open handler) record_handle: retrieved record handle (See get_record handler)

returns: record tags as json Note that pointer lifetime the same as retrieved record lifetime (until record_free called) Note that null be returned if no tags retrieved