Interface EVMABITupleComponent<T>

A struct field or function parametar

interface EVMABITupleComponent<T> {
    components?: EVMABITupleComponent<ABIDefType>[];
    name: string;
    type: T;
}

Type Parameters

Properties

Properties

This should only be defiend if type is tuple or tuple[]

name: string
type: T