Preparing search index...
The search index is not available
@ton/core
@ton/core
TransactionDescriptionMergeInstall
Type alias TransactionDescriptionMergeInstall
Transaction
Description
Merge
Install
:
{
aborted
:
boolean
;
actionPhase
?:
Maybe
<
TransactionActionPhase
>
;
computePhase
:
TransactionComputePhase
;
creditPhase
?:
Maybe
<
TransactionCreditPhase
>
;
destroyed
:
boolean
;
prepareTransaction
:
Transaction
;
splitInfo
:
SplitMergeInfo
;
storagePhase
?:
Maybe
<
TransactionStoragePhase
>
;
type
:
"merge-install"
;
}
Type declaration
aborted
:
boolean
Optional
action
Phase
?:
Maybe
<
TransactionActionPhase
>
compute
Phase
:
TransactionComputePhase
Optional
credit
Phase
?:
Maybe
<
TransactionCreditPhase
>
destroyed
:
boolean
prepare
Transaction
:
Transaction
split
Info
:
SplitMergeInfo
Optional
storage
Phase
?:
Maybe
<
TransactionStoragePhase
>
type
:
"merge-install"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@ton/core
Loading...