Trait polkadot_sdk_frame::traits::SignaturePayload
pub trait SignaturePayload {
type SignatureAddress: TypeInfo;
type Signature: TypeInfo;
type SignatureExtra: TypeInfo;
}
Expand description
Something that acts like a SignaturePayload
of an
Extrinsic
.
Required Associated Types§
type SignatureAddress: TypeInfo
type SignatureAddress: TypeInfo
The type of the address that signed the extrinsic.
Particular to a signed extrinsic.
type SignatureExtra: TypeInfo
type SignatureExtra: TypeInfo
The additional data that is specific to the signed extrinsic.
Particular to a signed extrinsic.