Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.0.0
@multiversx/sdk-core
ITransactionOnNetwork
Interface ITransactionOnNetwork
interface
ITransactionOnNetwork
{
contractResults
:
IContractResults
;
data
:
Buffer
;
function
?:
string
;
hash
:
string
;
isCompleted
?:
boolean
;
logs
:
ITransactionLogs
;
receipt
:
ITransactionReceipt
;
receiver
:
IAddress
;
sender
:
IAddress
;
status
:
ITransactionStatus
;
type
:
string
;
value
:
string
;
}
Index
Properties
contract
Results
data
function?
hash
is
Completed?
logs
receipt
receiver
sender
status
type
value
Properties
contract
Results
contract
Results
:
IContractResults
data
data
:
Buffer
Optional
function
function
?:
string
hash
hash
:
string
Optional
is
Completed
is
Completed
?:
boolean
logs
logs
:
ITransactionLogs
receipt
receipt
:
ITransactionReceipt
receiver
receiver
:
IAddress
sender
sender
:
IAddress
status
status
:
ITransactionStatus
type
type
:
string
value
value
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
contract
Results
data
function
hash
is
Completed
logs
receipt
receiver
sender
status
type
value
@multiversx/sdk-core - v13.0.0
Loading...