Skip to main content

encode_data

Function encode_data 

Source
pub async fn encode_data(
    configuration: &Configuration,
    authorization: &str,
    abi_encode_input: AbiEncodeInput,
) -> Result<AbiEncodeOutput, Error<EncodeDataError>>