@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
8 lines • 429 B
TypeScript
import { InstructionNode } from '@codama/nodes';
import { NodePath } from '@codama/visitors-core';
import { Fragment, RenderScope } from '../utils';
export declare function getInstructionByteDeltaFragment(scope: Pick<RenderScope, 'asyncResolvers' | 'getImportFrom' | 'nameApi'> & {
instructionPath: NodePath<InstructionNode>;
useAsync: boolean;
}): Fragment | undefined;
//# sourceMappingURL=instructionByteDelta.d.ts.map