UNPKG

@thespidercode/openbook-swap

Version:
5 lines (4 loc) 213 B
import { ParsedTransactionWithMeta } from "@solana/web3.js"; export declare const getDifferenceByToken: (tokens: string[], transaction: ParsedTransactionWithMeta, owner: string) => { [key: string]: number; };