Type alias ABIArgument

ABIArgument: {
    name: string;
    type: ABITypeRef;
}

Type declaration

Generated using TypeDoc