pub fn encode_call<C: Context>(
    ctx: &C,
    call: Call,
    client_keypair: &(PublicKey, StaticSecret)
) -> Result<Call, Error>
Expand description

Encodes a call such that it can be decoded by decode_call[_ex].