-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
F7-enhancementEnhances an already existing functionalityEnhances an already existing functionalityQ5-involvedWill take some time to fix thisWill take some time to fix thisZ2-blocked
Description
Probably connected to #406 . Don't solve this before that issue.
The problem: If one does not know the extrinsic types, substrate offers the OpaqueExtrsinic type, which deserializes correctly even though the "correct" Type isn't known (see https://github.com/integritee-network/integritee-node/blob/master/runtime/src/lib.rs#L108). However, currently it's not possible to make use of that because Runtime::xxx always takes the non opaque types.
Metadata
Metadata
Assignees
Labels
F7-enhancementEnhances an already existing functionalityEnhances an already existing functionalityQ5-involvedWill take some time to fix thisWill take some time to fix thisZ2-blocked