import { Callout } from "nextra/components"; const COMMIT_SHORT = "97068b2"; const COMMIT_FULL = "97068b2aa"; const EXAMPLES_URL = "https://github.com/nymtech/nym/tree/develop/sdk/rust/nym-sdk/examples"; export const CodeVerified = () => ( Code verified against commit{" "} {COMMIT_SHORT} . If the API has changed since then, check the{" "} examples in the repo {" "} for the latest usage. );