Versions in this module Expand all Collapse all v0 v0.2.1 Oct 13, 2023 v0.2.0 Sep 27, 2023 Changes in this version + type API struct + func NewAPI(s *state.State, systemIdentifier types.SystemID, gasUnitPrice *big.Int, ...) *API + func (a *API) Balance(w http.ResponseWriter, r *http.Request) + func (a *API) CallEVM(w http.ResponseWriter, r *http.Request) + func (a *API) Register(r *mux.Router) + func (a *API) TransactionCount(w http.ResponseWriter, r *http.Request) + type CallEVMRequest struct + Data []byte + From []byte + Gas uint64 + To []byte + Value *big.Int + type CallEVMResponse struct + ProcessingDetails *evm.ProcessingDetails