Type Alias ABIOutput

ABIOutput: {
    components?: ABIInOut[];
    name: string;
    type: string;
}