Type Alias ABIInput

ABIInput: {
    components?: ABIInOut[];
    length?: number;
    name: string;
    type: string;
}