import 'package:multibaas/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
name | String | Name of the function. | |
signature | String | The function signature. | |
const_ | bool | ||
payable | bool | ||
inputs | BuiltList<ContractABIMethodArgument> | List of function arguments. | |
outputs | BuiltList<ContractABIMethodArgument> | List of function outputs. | |
author | String | ||
notes | String | ||
returns | String | ||
description | String | The function description. |