- Preparing search index...
 
- The search index is not available
 
ton 
 
Type alias TransactionActionPhase
 
Transaction
Action
Phase
: {     actionListHash
: bigint;     messagesCreated
: number;     noFunds
: boolean;     resultArg
?: Maybe<number>;     resultCode
: number;     skippedActions
: number;     specActions
: number;     statusChange
: AccountStatusChange;     success
: boolean;     totalActionFees
?: Maybe<bigint>;     totalActions
: number;     totalFwdFees
?: Maybe<bigint>;     totalMessageSize
: StorageUsedShort;     valid
: boolean; } 
Type declaration
- 
actionListHash: bigint
 
- 
messagesCreated: number
 
- 
noFunds: boolean
 
- 
Optional resultArg?: Maybe<number>
 
- 
resultCode: number
 
- 
skippedActions: number
 
- 
specActions: number
 
- 
 
- 
success: boolean
 
- 
Optional totalActionFees?: Maybe<bigint>
 
- 
totalActions: number
 
- 
Optional totalFwdFees?: Maybe<bigint>
 
- 
 
- 
valid: boolean