UNPKG

@subwallet/invariant-vara-sdk

Version:

<div align="center"> <h1>⚡Invariant protocol⚡</h1> <p> <a href="https://invariant.app/math-spec-vara.pdf">MATH SPEC 📄</a> | <a href="https://discord.gg/VzS3C9wR">DISCORD 🌐</a> | </p> </div>

9 lines (8 loc) 369 B
import { HexString } from '@gear-js/api'; export declare const objectEquals: (object: { [key: string]: any; }, expectedObject: { [key: string]: any; }, keys: string[]) => void; export declare const sortTokens: (tokenX: HexString, tokenY: HexString) => `0x${string}`[]; export declare const assertThrowsAsync: (fn: Promise<any>, word?: string) => Promise<void>;