Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.0.0
@multiversx/sdk-core
SmartContractTransactionsOutcomeParser
Class SmartContractTransactionsOutcomeParser
Index
Constructors
constructor
Properties
abi?
legacy
Results
Parser
Methods
parse
Deploy
parse
Execute
parse
Sc
Deploy
Event
Constructors
constructor
new
Smart
Contract
Transactions
Outcome
Parser
(
options
?
)
:
SmartContractTransactionsOutcomeParser
Parameters
Optional
options
:
{
abi
?:
IAbi
;
legacyResultsParser
?:
ILegacyResultsParser
;
}
Optional
abi
?:
IAbi
Optional
legacy
Results
Parser
?:
ILegacyResultsParser
Returns
SmartContractTransactionsOutcomeParser
Properties
Private
Optional
Readonly
abi
abi
?:
IAbi
Private
Readonly
legacy
Results
Parser
legacy
Results
Parser
:
ILegacyResultsParser
Methods
parse
Deploy
parse
Deploy
(
options
)
:
{
contracts
:
{
address
:
string
;
codeHash
:
Uint8Array
;
ownerAddress
:
string
;
}
[]
;
returnCode
:
string
;
returnMessage
:
string
;
}
Parameters
options
:
{
transactionOutcome
:
TransactionOutcome
;
}
transaction
Outcome
:
TransactionOutcome
Returns
{
contracts
:
{
address
:
string
;
codeHash
:
Uint8Array
;
ownerAddress
:
string
;
}
[]
;
returnCode
:
string
;
returnMessage
:
string
;
}
contracts
:
{
address
:
string
;
codeHash
:
Uint8Array
;
ownerAddress
:
string
;
}
[]
return
Code
:
string
return
Message
:
string
parse
Execute
parse
Execute
(
options
)
:
{
returnCode
:
string
;
returnMessage
:
string
;
values
:
any
[]
;
}
Parameters
options
:
{
function
?:
string
;
transactionOutcome
:
TransactionOutcome
;
}
Optional
function
?:
string
transaction
Outcome
:
TransactionOutcome
Returns
{
returnCode
:
string
;
returnMessage
:
string
;
values
:
any
[]
;
}
return
Code
:
string
return
Message
:
string
values
:
any
[]
Private
parse
Sc
Deploy
Event
parse
Sc
Deploy
Event
(
event
)
:
{
address
:
string
;
codeHash
:
Uint8Array
;
ownerAddress
:
string
;
}
Parameters
event
:
TransactionEvent
Returns
{
address
:
string
;
codeHash
:
Uint8Array
;
ownerAddress
:
string
;
}
address
:
string
code
Hash
:
Uint8Array
owner
Address
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
abi
legacy
Results
Parser
parse
Deploy
parse
Execute
parse
Sc
Deploy
Event
@multiversx/sdk-core - v13.0.0
Loading...