@multiversx/sdk-core - v14.0.1
Preparing search index...
TransactionOnNetwork
Class TransactionOnNetwork
Index
Constructors
constructor
Properties
block
Hash
data
epoch
function
gas
Limit
gas
Price
hash
is
Completed?
logs
miniblock
Hash
nonce
options
raw
receiver
receiver
Shard
round
sender
sender
Shard
signature
smart
Contract
Results
status
timestamp
type
value
version
Methods
get
Date
Time
from
Api
Http
Response
from
Proxy
Http
Response
from
Simulate
Response
Constructors
constructor
new
TransactionOnNetwork
(
init
?:
Partial
<
TransactionOnNetwork
>
,
)
:
TransactionOnNetwork
Parameters
Optional
init
:
Partial
<
TransactionOnNetwork
>
Returns
TransactionOnNetwork
Properties
block
Hash
blockHash
:
string
= ""
data
data
:
Buffer
= ...
epoch
epoch
:
number
= 0
function
function
:
string
= ""
gas
Limit
gasLimit
:
bigint
= 0n
gas
Price
gasPrice
:
bigint
= 0n
hash
hash
:
string
= ""
Optional
is
Completed
isCompleted
?:
boolean
logs
logs
:
TransactionLogs
= ...
miniblock
Hash
miniblockHash
:
string
= ""
nonce
nonce
:
bigint
= 0n
options
options
:
number
= 0
raw
raw
:
Record
<
string
,
any
>
= {}
receiver
receiver
:
Address
= ...
receiver
Shard
receiverShard
:
number
= 0
round
round
:
bigint
= 0n
sender
sender
:
Address
= ...
sender
Shard
senderShard
:
number
= 0
signature
signature
:
Uint8Array
= ...
smart
Contract
Results
smartContractResults
:
SmartContractResult
[]
= []
status
status
:
TransactionStatus
= ...
timestamp
timestamp
:
number
= 0
type
type
:
string
= ""
value
value
:
bigint
= 0n
version
version
:
number
= 0
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
Static
from
Simulate
Response
fromSimulateResponse
(
originalTx
:
Transaction
,
response
:
any
,
)
:
TransactionOnNetwork
Parameters
originalTx
:
Transaction
response
:
any
Returns
TransactionOnNetwork
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
block
Hash
data
epoch
function
gas
Limit
gas
Price
hash
is
Completed
logs
miniblock
Hash
nonce
options
raw
receiver
receiver
Shard
round
sender
sender
Shard
signature
smart
Contract
Results
status
timestamp
type
value
version
Methods
get
Date
Time
from
Api
Http
Response
from
Proxy
Http
Response
from
Simulate
Response
@multiversx/sdk-core - v14.0.1
Loading...