i32
: same asi32
in WebAssemblyi32ptr
: same asi32
in WebAssembly, but treated as a pointer to a WebAssembly memory offseti64
: same asi64
in WebAssembly
Gets address of currently executing account and loads it into memory at the given offset.
Parameters
resultOffset
i32ptr the memory offset to load the address into (address
)
Returns the current gasCounter
Parameters
none
Returns
gasLeft
i64
Returns
vertexRefernce
i32ref
Parameters
portRef
i32ref the port to send the message on. TheportRef
is an edge reference on the current ports vertexmessageRef
i32ref a reference to a vertex that is being sent as a message
Returns
Returns
messageRef
i32ref a reference to a vertex that is the current message being ran