Type Definition frame_support::dispatch::DispatchResultWithPostInfo [−][src]
type DispatchResultWithPostInfo = DispatchResultWithInfo<PostDispatchInfo>;
The return typ of a Dispatchable
in frame. When returned explicitly from
a dispatchable function it allows overriding the default PostDispatchInfo
returned from a dispatch.