Skip to main content

Type Alias: ContractData

type ContractData: object;

Contract data.

Type declaration

abi

abi: string;

code

code: Uint8Array;

description

description: string;

initCode

initCode: Uint8Array;

metadata

metadata: string;

methodIdentifiers

methodIdentifiers: Record<string, string>;

name

name: string;

sourceCode

sourceCode: Record<string, string>;

sourceFilesList

sourceFilesList: string[];

sourceMap

sourceMap: string;

Defined

@nilfoundation/niljs/src/clients/types/CometaTypes.ts:9