Type Alias thor::wallet::PoolId

source ·
pub type PoolId = DigestOf<Blake2b256, PoolRegistration>;
Expand description

Pool ID

Aliased Type§

struct PoolId {
    inner: Digest<Blake2b256>,
    marker: PhantomData<PoolRegistration>,
}

Fields§

§inner: Digest<Blake2b256>§marker: PhantomData<PoolRegistration>