import { typesCodec } from "https://dotland.deno.dev/x/polkadot@0.2.38/mod.ts";
const { sortAsc } = typesCodec;
Sort keys/values of BTreeSet/BTreeMap in ascending order for encoding compatibility with Rust's BTreeSet/BTreeMap (https://doc.rust-lang.org/stable/std/collections/struct.BTreeSet.html) (https://doc.rust-lang.org/stable/std/collections/struct.BTreeMap.html)