Interface ABIMethodArgParams

interface ABIMethodArgParams {
    desc?: string;
    name?: string;
    type: string;
}

Properties

Properties

desc?: string
name?: string
type: string

Generated using TypeDoc