export type SmartContractInformationResultClass = {
    smartcontractName?: string | null;
    smartcontractType?: string | null;
    smartcontractAddress?: string | null;
};
