Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.15.0
@multiversx/sdk-core
TransactionOnNetwork
Class TransactionOnNetwork
Index
Constructors
constructor
Properties
block
Nonce
contract
Results
data
epoch
function
gas
Limit
gas
Price
hash
hyperblock
Hash
hyperblock
Nonce
is
Completed?
logs
nonce
receipt
receiver
round
sender
signature
status
timestamp
type
value
Methods
get
Date
Time
from
Api
Http
Response
from
Proxy
Http
Response
Constructors
constructor
new
TransactionOnNetwork
(
init
?:
Partial
<
TransactionOnNetwork
>
,
)
:
TransactionOnNetwork
Parameters
Optional
init
:
Partial
<
TransactionOnNetwork
>
Returns
TransactionOnNetwork
Properties
block
Nonce
blockNonce
:
number
= 0
contract
Results
contractResults
:
ContractResults
= ...
data
data
:
Buffer
= ...
epoch
epoch
:
number
= 0
function
function
:
string
= ""
gas
Limit
gasLimit
:
number
= 0
gas
Price
gasPrice
:
number
= 0
hash
hash
:
string
= ""
hyperblock
Hash
hyperblockHash
:
string
= ""
hyperblock
Nonce
hyperblockNonce
:
number
= 0
Optional
is
Completed
isCompleted
?:
boolean
logs
logs
:
TransactionLogsOnNetwork
= ...
nonce
nonce
:
number
= 0
receipt
receipt
:
TransactionReceipt
= ...
receiver
receiver
:
IAddress
= ...
round
round
:
number
= 0
sender
sender
:
IAddress
= ...
signature
signature
:
string
= ""
status
status
:
TransactionStatus
= ...
timestamp
timestamp
:
number
= 0
type
type
:
string
= ""
value
value
:
string
= ""
Methods
get
Date
Time
getDateTime
()
:
Date
Returns
Date
Static
from
Api
Http
Response
fromApiHttpResponse
(
txHash
:
string
,
response
:
any
)
:
TransactionOnNetwork
Parameters
txHash
:
string
response
:
any
Returns
TransactionOnNetwork
Static
from
Proxy
Http
Response
fromProxyHttpResponse
(
txHash
:
string
,
response
:
any
,
processStatus
?:
TransactionStatus
,
)
:
TransactionOnNetwork
Parameters
txHash
:
string
response
:
any
Optional
processStatus
:
TransactionStatus
Returns
TransactionOnNetwork
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
block
Nonce
contract
Results
data
epoch
function
gas
Limit
gas
Price
hash
hyperblock
Hash
hyperblock
Nonce
is
Completed
logs
nonce
receipt
receiver
round
sender
signature
status
timestamp
type
value
Methods
get
Date
Time
from
Api
Http
Response
from
Proxy
Http
Response
@multiversx/sdk-core - v13.15.0
Loading...