Preparing search index...
The search index is not available
@oasisprotocol/client-rt
@oasisprotocol/client-rt
types
EVMSimulateCallQuery
Interface EVMSimulateCallQuery
Transaction body for simulating an EVM call.
interface
EVMSimulateCallQuery
{
address
:
Uint8Array
;
caller
:
Uint8Array
;
data
:
Uint8Array
;
gas_limit
:
longnum
;
gas_price
:
Uint8Array
;
leash
?:
Leash
;
value
:
Uint8Array
;
}
Index
Properties
address
caller
data
gas_
limit
gas_
price
leash?
value
Properties
address
address
:
Uint8Array
caller
caller
:
Uint8Array
data
data
:
Uint8Array
gas_
limit
gas_
limit
:
longnum
gas_
price
gas_
price
:
Uint8Array
Optional
leash
leash
?:
Leash
value
value
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
caller
data
gas_
limit
gas_
price
leash
value
@oasisprotocol/client-rt
Loading...
Transaction body for simulating an EVM call.