Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
IExecSmartContractOpType
Interface IExecSmartContractOpType
Represents an operation which executes a smart contract.
See
ExecuteSC.data - vec of bytes to execute
ExecuteSC.max_gas - maximum amount of gas that the execution of the contract is allowed to cost
ExecuteSC.datastore - key-value pairs of data to be used by the smart contract
interface
IExecSmartContractOpType
{
ExecuteSC
:
{
data
:
number
[]
;
datastore
:
Map
<
Uint8Array
,
Uint8Array
>
;
max_gas
:
number
;
}
;
}
Index
Properties
ExecuteSC
Properties
ExecuteSC
ExecuteSC
:
{
data
:
number
[]
;
datastore
:
Map
<
Uint8Array
,
Uint8Array
>
;
max_gas
:
number
;
}
Type declaration
data
:
number
[]
datastore
:
Map
<
Uint8Array
,
Uint8Array
>
max_
gas
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
ExecuteSC
Wallet operations
Smart contracts operations
Events
Public API
Private API
massa-web3
References
Address
PublicKey
SecretKey
Namespaces
utils
Enumerations
ArgTypes
ArrayTypes
DefaultProviderUrls
EOperationStatus
OperationTypeId
ProviderType
Classes
Args
Client
ClientFactory
EventPoller
PrivateApiClient
PublicApiClient
SmartContractsClient
Loading...
Generated using
TypeDoc
Represents an operation which executes a smart contract.
See