Preparing search index...
The search index is not available
Documentation
Documentation
@near-js/accounts
local-view-execution/runtime
Runtime
Class Runtime
Deprecated
Will be removed in the next major release
Index
Constructors
constructor
Properties
context
logs
memory
registers
result
wasm
Methods
execute
Constructors
constructor
new
Runtime
(
__namedParameters
:
RuntimeConstructorArgs
)
:
Runtime
Parameters
__namedParameters
:
RuntimeConstructorArgs
Returns
Runtime
Properties
context
context
:
RuntimeCtx
logs
logs
:
any
[]
memory
memory
:
Memory
registers
registers
:
Record
<
string
,
any
>
result
result
:
Buffer
wasm
wasm
:
Buffer
Methods
execute
execute
(
methodName
:
string
)
:
Promise
<
{
logs
:
any
[]
;
result
:
Buffer
}
>
Parameters
methodName
:
string
Returns
Promise
<
{
logs
:
any
[]
;
result
:
Buffer
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
context
logs
memory
registers
result
wasm
Methods
execute
Documentation
Loading...
Deprecated
Will be removed in the next major release