Type alias ABIField

ABIField: {
    name: string;
    type: ABITypeRef;
}

Type declaration

Generated using TypeDoc