Function subxt_core::runtime_api::call_args
source ยท pub fn call_args<P: Payload>(
payload: &P,
metadata: &Metadata
) -> Result<Vec<u8>, Error>
Expand description
Return the encoded call args given a runtime API payload.