import { BlockContract } from "./blockContract";
export interface FormattedContract extends BlockContract {
}
