MCPcopy Create free account
hub / github.com/arrowprotocol/arrow / ArrowPrograms

Interface ArrowPrograms

src/arrow.ts:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45import { SUNNY_CODER } from "./sunny";
46
47export interface ArrowPrograms {
48 ArrowSunny: ArrowSunnyProgram;
49}
50
51const QUARRY_MINE_CODER = new BorshCoder(QUARRY_IDLS.Mine);
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected