| 45 | import { SUNNY_CODER } from "./sunny"; |
| 46 | |
| 47 | export interface ArrowPrograms { |
| 48 | ArrowSunny: ArrowSunnyProgram; |
| 49 | } |
| 50 | |
| 51 | const QUARRY_MINE_CODER = new BorshCoder(QUARRY_IDLS.Mine); |
| 52 |
nothing calls this directly
no outgoing calls
no test coverage detected