Type Alias PriceIdentifier

Source
pub type PriceIdentifier = 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 PriceIdentifier(/* private fields */);