export default class NeoContractCallInput {
    type: string;
    value: string;
}
