MCPcopy Create free account
hub / github.com/cutupdev/Solana-Volume-Bot / Data

Interface Data

utils/utils.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17// Define the type for the JSON file content
18export interface Data {
19 privateKey: string;
20 pubkey: string;
21 solBalance: number | null;
22 tokenBuyTx: string | null,
23 tokenSellTx: string | null,
24}
25
26
27export const randVal = (min: number, max: number, count: number, total: number, isEven: boolean): number[] => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected