Skip to main content

ContractSource type

Signature:

export declare type ContractSource = {
filename: string;
source: string;
};