interface IFunction {
    attributes: IFunctionAttributes;
    name: string;
    rawAbiFunction: JsonAbiFunction;
    types: IType[];
    getDeclaration(): string;
}

Properties

name: string
rawAbiFunction: JsonAbiFunction
types: IType[]

Methods

  • Returns string