# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewERC20Gateway creates gateway to access chaincode method via chaincode service.
No description provided by the author
RegisterERC20Chaincode registers service methods as chaincode router handlers.
RegisterERC20Handler registers the http handlers for service ERC20 to "mux".
RegisterERC20HandlerClient registers the http handlers for service ERC20 to "mux".
RegisterERC20HandlerFromEndpoint is same as RegisterERC20Handler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterERC20HandlerServer registers the http handlers for service ERC20 to "mux".
No description provided by the author
# Constants
ERC20Chaincode method names.
ERC20Chaincode method names.
ERC20Chaincode method names.
ERC20Chaincode method names.
ERC20Chaincode method names.
ERC20Chaincode method names.
ERC20Chaincode method names.
ERC20Chaincode method names.
ERC20Chaincode method names.
ERC20ChaincodeMethodPrefix allows to use multiple services with same method names in one chaincode.
# Variables
go:embed erc20.swagger.json.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ERC20ChaincodeResolver interface for service resolver.
ERC20ChaincodeResolver interface for service resolver.
No description provided by the author
gateway implementation gateway can be used as kind of SDK, GRPC or REST server ( via grpc-gateway or clay ).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedERC20Server can be embedded to have forward compatible implementations.
# Interfaces
ERC20Chaincode chaincode methods interface.
ERC20ChaincodeResolver interface for service resolver.
ERC20Client is the client API for ERC20 service.
ERC20Server is the server API for ERC20 service.