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