interface ContractEventArg {
    docs: string[];
    indexed: boolean;
    label: string;
    type: ContractTypeInfo;
}

Hierarchy (view full)

Properties

Properties

docs: string[]
indexed: boolean
label: string