Expand description
Provides generic types each contract has to use to communicate outcome of contract methods, both success and error.
Enums§
- View
Result - Return type for ‘view’ contract method
- Write
Result - Return type for ‘write’ contract method
Provides generic types each contract has to use to communicate outcome of contract methods, both success and error.