Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 949 Bytes

ContractABIMethod1.md

File metadata and controls

24 lines (19 loc) · 949 Bytes

multibaas.model.ContractABIMethod1

Load the model package

import 'package:multibaas/api.dart';

Properties

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.

[Back to Model list] [Back to API list] [Back to README]