Function oasis_runtime_sdk::callformat::encode_call
source ยท 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]
.