pub fn call_data<Call: Payload>( call: &Call, metadata: &Metadata, ) -> Result<Vec<u8>, Error>
Return the SCALE encoded bytes representing the call data of the transaction.