pub type SingletonReceiptOf<T> = SealedSingletonReceipt<BlockNumberFor<T>, <T as Config>::Hash, <T as Config>::DomainHeader, <T as Config>::Balance>;
Aliased Type§
struct SingletonReceiptOf<T> {
pub singleton_receipt: SingletonReceipt<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number, <T as Config>::Hash, <T as Config>::DomainHeader, <T as Config>::Balance>,
pub signature: Signature,
}
Fields§
§singleton_receipt: SingletonReceipt<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number, <T as Config>::Hash, <T as Config>::DomainHeader, <T as Config>::Balance>
A collection of the receipt.
signature: Signature
Signature of the receipt bundle.