warp_contracts_core

Module handler_result

Source
Expand description

Provides generic types each contract has to use to communicate outcome of contract methods, both success and error.

Enums§

ViewResult
Return type for ‘view’ contract method
WriteResult
Return type for ‘write’ contract method