interface ContractSource {
    build_info: BuildInfo;
    compiler: string;
    hash: string;
    language: string;
    wasm?: string;
}

Properties

build_info: BuildInfo
compiler: string
hash: string
language: string
wasm?: string