Type Alias sp_runtime::generic::UncheckedSignaturePayload
source · pub type UncheckedSignaturePayload<Address, Signature, Extension> = (Address, Signature, Extension);
Expand description
The SignaturePayload
of UncheckedExtrinsic
.
Trait Implementations§
source§impl<Address: TypeInfo, Signature: TypeInfo, Extension: TypeInfo> SignaturePayload for UncheckedSignaturePayload<Address, Signature, Extension>
impl<Address: TypeInfo, Signature: TypeInfo, Extension: TypeInfo> SignaturePayload for UncheckedSignaturePayload<Address, Signature, Extension>
§type SignatureAddress = Address
type SignatureAddress = Address
The type of the address that signed the extrinsic. Read more
§type SignatureExtra = Extension
type SignatureExtra = Extension
The additional data that is specific to the signed extrinsic. Read more