OPNet
Preparing search index...
ICallResultData
Interface ICallResultData
Description
This interface is used to define the call result data. ICallResultData
interface
ICallResultData
{
accessList
:
IAccessList
;
estimatedGas
?:
string
;
events
:
RawEventList
;
loadedStorage
?:
LoadedStorage
;
result
:
string
|
BinaryReader
;
revert
?:
string
;
specialGas
?:
string
;
}
Index
Properties
access
List
estimated
Gas?
events
loaded
Storage?
result
revert?
special
Gas?
Properties
Readonly
access
List
accessList
:
IAccessList
Optional
Readonly
estimated
Gas
estimatedGas
?:
string
Readonly
events
events
:
RawEventList
Optional
Readonly
loaded
Storage
loadedStorage
?:
LoadedStorage
Readonly
result
result
:
string
|
BinaryReader
Optional
Readonly
revert
revert
?:
string
Optional
Readonly
special
Gas
specialGas
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access
List
estimated
Gas
events
loaded
Storage
result
revert
special
Gas
OPNet
Loading...
Description
This interface is used to define the call result data. ICallResultData