Function tari_wallet_ffi::seed_words_get_length[][src]

#[no_mangle]pub unsafe extern "C" fn seed_words_get_length(
    seed_words: *const TariSeedWords,
    error_out: *mut c_int
) -> c_uint

-------------------------------------------------------------------------------------------- /// ----------------------------------- Seed Words ----------------------------------------------/// Gets the length of TariSeedWords

Arguments

seed_words - The pointer to a TariSeedWords error_out - Pointer to an int which will be modified to an error code should one occur, may not be null. Functions as an out parameter.

Returns

c_uint - Returns number of elements in , zero if contacts is null

Safety

None