Function clarity::abi::encode_tokens

source ·
pub fn encode_tokens(tokens: &[AbiToken]) -> Vec<u8>
Expand description

This one is a very simplified ABI encoder that takes a bunch of tokens, and serializes them.

Use with caution!