MCPcopy Index your code
hub / github.com/CashScript/cashscript / Fixture

Interface Fixture

packages/utils/test/script.fixture.ts:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Op, Script } from '../src/index.js';
3
4export interface Fixture {
5 name: string;
6 script: Script;
7 asm: string;
8 bytecode: Uint8Array;
9 bytesize: number;
10 opcount: number;
11}
12
13export const fixtures: Fixture[] = [
14 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected