Type Alias pallet_core_fellowship::Evidence

source ·
pub type Evidence<T, I> = BoundedVec<u8, <T as Config<I>>::EvidenceSize>;
Expand description

A piece of evidence to underpin a Wish.

From the pallet’s perspective, this is just a blob of data without meaning. The fellows can decide how to concretely utilise it. This could be an IPFS hash, a URL or structured data.

Aliased Type§

struct Evidence<T, I>(/* private fields */);