Preparing search index...
The search index is not available
@oasisprotocol/client-rt
@oasisprotocol/client-rt
evm
Wrapper
Class Wrapper
Hierarchy (
view full
)
Base
Wrapper
Index
Constructors
constructor
Properties
runtimeID
Methods
call
call
Call
call
Create
query
query
Balance
query
Code
query
Simulate
Call
query
Storage
Constructors
constructor
new
Wrapper
(
runtimeID
)
:
evm
.
Wrapper
Parameters
runtimeID
:
Uint8Array
Returns
evm
.
Wrapper
Properties
runtimeID
runtimeID
:
Uint8Array
Methods
Protected
call
call
<
BODY
,
OK
>
(
method
)
:
TransactionWrapper
<
BODY
,
OK
>
Type Parameters
BODY
OK
Parameters
method
:
string
Returns
TransactionWrapper
<
BODY
,
OK
>
call
Call
call
Call
(
)
:
TransactionWrapper
<
EVMCall
,
Uint8Array
>
Returns
TransactionWrapper
<
EVMCall
,
Uint8Array
>
call
Create
call
Create
(
)
:
TransactionWrapper
<
EVMCreate
,
Uint8Array
>
Returns
TransactionWrapper
<
EVMCreate
,
Uint8Array
>
Protected
query
query
<
ARGS
,
DATA
>
(
method
)
:
QueryWrapper
<
ARGS
,
DATA
>
Type Parameters
ARGS
DATA
Parameters
method
:
string
Returns
QueryWrapper
<
ARGS
,
DATA
>
query
Balance
query
Balance
(
)
:
QueryWrapper
<
EVMBalanceQuery
,
Uint8Array
>
Returns
QueryWrapper
<
EVMBalanceQuery
,
Uint8Array
>
query
Code
query
Code
(
)
:
QueryWrapper
<
EVMCodeQuery
,
Uint8Array
>
Returns
QueryWrapper
<
EVMCodeQuery
,
Uint8Array
>
query
Simulate
Call
query
Simulate
Call
(
)
:
QueryWrapper
<
EVMSimulateCallQuery
,
Uint8Array
>
Returns
QueryWrapper
<
EVMSimulateCallQuery
,
Uint8Array
>
query
Storage
query
Storage
(
)
:
QueryWrapper
<
EVMStorageQuery
,
Uint8Array
>
Returns
QueryWrapper
<
EVMStorageQuery
,
Uint8Array
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
runtimeID
Methods
call
call
Call
call
Create
query
query
Balance
query
Code
query
Simulate
Call
query
Storage
@oasisprotocol/client-rt
Loading...