call_data

Function call_data 

Source
pub fn call_data<Call: Payload>(
    call: &Call,
    metadata: &Metadata,
) -> Result<Vec<u8>, Error>
Expand description

Return the SCALE encoded bytes representing the call data of the transaction.