import * as polkadot from "https://deno.land/x/polkadot@0.2.45/types-codec/utils/index.ts";
Functions
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) | |