Interface IContractFunction

interface IContractFunction {
    toString(): string;
}

Methods

Methods