@multiversx/sdk-core - v14.0.1
Preparing search index...
ContractResultItem
Class ContractResultItem
Index
Constructors
constructor
Properties
call
Type
data
gas
Limit
gas
Price
hash
logs
nonce
original
Hash
previous
Hash
receiver
return
Message
sender
value
Methods
from
Api
Http
Response
from
Proxy
Http
Response
Constructors
constructor
new
ContractResultItem
(
init
?:
Partial
<
ContractResultItem
>
)
:
ContractResultItem
Parameters
Optional
init
:
Partial
<
ContractResultItem
>
Returns
ContractResultItem
Properties
call
Type
callType
:
number
= 0
data
data
:
string
= ""
gas
Limit
gasLimit
:
number
= 0
gas
Price
gasPrice
:
number
= 0
hash
hash
:
string
= ""
logs
logs
:
TransactionLogs
= ...
nonce
nonce
:
number
= 0
original
Hash
originalHash
:
string
= ""
previous
Hash
previousHash
:
string
= ""
receiver
receiver
:
Address
= ...
return
Message
returnMessage
:
string
= ""
sender
sender
:
Address
= ...
value
value
:
string
= ""
Methods
Static
from
Api
Http
Response
fromApiHttpResponse
(
response
:
any
)
:
ContractResultItem
Parameters
response
:
any
Returns
ContractResultItem
Static
from
Proxy
Http
Response
fromProxyHttpResponse
(
response
:
any
)
:
ContractResultItem
Parameters
response
:
any
Returns
ContractResultItem
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
call
Type
data
gas
Limit
gas
Price
hash
logs
nonce
original
Hash
previous
Hash
receiver
return
Message
sender
value
Methods
from
Api
Http
Response
from
Proxy
Http
Response
@multiversx/sdk-core - v14.0.1
Loading...