• Alexander Theißen's avatar
    Make Dispatchable return the actual weight consumed (#5458) · 8f819f4b
    Alexander Theißen authored
    * Make Dispatchable return the actual weight consumed
    
    Add PostInfo associated type to Dispatchable and have frame implement
    Dispatchable { type PostInfo = PostDispatchInfo } where PostDispatchInfo
    contains the actual weight consumed.
    
    * Fix whitespace issues in docs
    8f819f4b