Type Alias ProductIdentifier

Source
pub type ProductIdentifier = Identifier;
Expand description

Consists of 32 bytes and it is currently based on largest Public Key size on various blockchains.

Aliased Typeยง

#[repr(C)]
pub struct ProductIdentifier(/* private fields */);