Preparing search index...
The search index is not available
@ton/core
@ton/core
TransactionDescriptionGeneric
Type alias TransactionDescriptionGeneric
Transaction
Description
Generic
:
{
aborted
:
boolean
;
actionPhase
?:
Maybe
<
TransactionActionPhase
>
;
bouncePhase
?:
Maybe
<
TransactionBouncePhase
>
;
computePhase
:
TransactionComputePhase
;
creditFirst
:
boolean
;
creditPhase
?:
Maybe
<
TransactionCreditPhase
>
;
destroyed
:
boolean
;
storagePhase
?:
Maybe
<
TransactionStoragePhase
>
;
type
:
"generic"
;
}
Type declaration
aborted
:
boolean
Optional
action
Phase
?:
Maybe
<
TransactionActionPhase
>
Optional
bounce
Phase
?:
Maybe
<
TransactionBouncePhase
>
compute
Phase
:
TransactionComputePhase
credit
First
:
boolean
Optional
credit
Phase
?:
Maybe
<
TransactionCreditPhase
>
destroyed
:
boolean
Optional
storage
Phase
?:
Maybe
<
TransactionStoragePhase
>
type
:
"generic"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@ton/core
Loading...