Type Alias polkadot_primitives::v8::ValidatorSignature
source · pub type ValidatorSignature = Signature;
Expand description
Signature with which parachain validators sign blocks.
For now we assert that parachain validator set is exactly equivalent to the authority set, and
so we define it to be the same type as SessionKey
. In the future it may have different crypto.
Aliased Type§
struct ValidatorSignature(/* private fields */);