Interface ABIInterfaceParams

interface ABIInterfaceParams {
    desc?: string;
    methods: ABIMethodParams[];
    name: string;
}

Properties

Properties

desc?: string
methods: ABIMethodParams[]
name: string

Generated using TypeDoc