Skip to content
  • Muharem Ismailov's avatar
    Transaction payment runtime api: query call info and fee details (#11819) · e41b9091
    Muharem Ismailov authored
    * Transaction payment RPC calls: query call info
    
    * transaction payment pallet - runtime api - add query_call info and fee_details
    
    * remove unused deps
    
    * separate call runtime api
    
    * undo fmt for unchanged code
    
    * system config call bounded to GetDispatchInfo, drop Call generic for query call info/fee
    
    * impl GetDispatchInfo for Extrinsics within runtime test-utils
    
    * introduced runtime api methods accept encoded Call instead of Call type
    
    * replace Bytes by Vec, docs for for new api, drop len argument, drop GetDispatchInfo bound from system_Config::Call
    
    * clean up toml and extra impl for dropped bound
    
    * panic if Call can not be decoded
    
    * revert to d43ba2f
    
    * fmt and docs
    
    * rustfmt
    e41b9091