debeem-wallet

Type alias AggregatorV3InterfaceABIItem

AggregatorV3InterfaceABIItem: {
    inputs: any[];
    name: string;
    outputs: AggregatorV3InterfaceABIOutputItem[];
    stateMutability: string;
    type: string;
}

Type declaration