UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

9 lines 479 B
import { InstructionNode } from '@codama/nodes'; import { NodePath } from '@codama/visitors-core'; import type { GlobalFragmentScope } from '../getRenderMapVisitor'; import { Fragment } from './common'; export declare function getInstructionByteDeltaFragment(scope: Pick<GlobalFragmentScope, 'asyncResolvers' | 'getImportFrom' | 'nameApi'> & { instructionPath: NodePath<InstructionNode>; useAsync: boolean; }): Fragment; //# sourceMappingURL=instructionByteDelta.d.ts.map