View Source Signet.VM.Memory (Signet v1.3.8)

Summary

Functions

Link to this function

read_memory(memory, index, count)

View Source
@spec read_memory(binary(), Signet.VM.unsigned(), Signet.VM.unsigned()) ::
  {:ok, binary(), binary()} | {:error, Signet.VM.vm_error()}
Link to this function

write_memory(context, offset, value)

View Source
@spec write_memory(Signet.VM.Context.t(), Signet.VM.unsigned(), binary()) ::
  {:ok, Signet.VM.Context.t()} | {:error, Signet.VM.vm_error()}