export interface Contract { readonly id: number; readonly script: BufferString; readonly hash: UInt160Hex; readonly manifest: ContractManifest; }