export interface Contract { readonly id: number; readonly updateCounter: number; readonly nef: NefFile; readonly hash: UInt160Hex; readonly manifest: ContractManifest; }