UNPKG

@crocswap-libs/sdk

Version:

🛠🐊🛠 An SDK for building applications on top of CrocSwap

4 lines (3 loc) 239 B
export type CrocSurplusFlags = boolean | [boolean, boolean]; export declare function encodeSurplusArg(flags: CrocSurplusFlags, isPairInverted?: boolean): number; export declare function decodeSurplusFlag(flag: number): [boolean, boolean];