ReadonlybasicThe gas cost of invocation of that host call.
NOTE: ((reg: HostCallRegisters) => Gas) function is for compatibility reasons: pre GP 0.7.2
ReadonlycurrentCurrently executing service id.
ReadonlyindexIndex of that host call (i.e. what PVM invokes via ecalli)
ReadonlytracedInput&Output registers that we should add to tracing log.
Actually execute the host call.
NOTE the call is ALLOWED and expected to modify registers and memory.
An interface for a host call implementation