Interface IContractReturnCode

interface IContractReturnCode {
    toString(): string;
}

Methods

Methods