Preparing search index...
The search index is not available
@ton/core
@ton/core
Transaction
Type alias Transaction
Transaction
:
{
address
:
bigint
;
description
:
TransactionDescription
;
endStatus
:
AccountStatus
;
hash
:
(
(
)
=>
Buffer
)
;
inMessage
?:
Maybe
<
Message
>
;
lt
:
bigint
;
now
:
number
;
oldStatus
:
AccountStatus
;
outMessages
:
Dictionary
<
number
,
Message
>
;
outMessagesCount
:
number
;
prevTransactionHash
:
bigint
;
prevTransactionLt
:
bigint
;
raw
:
Cell
;
stateUpdate
:
HashUpdate
;
totalFees
:
CurrencyCollection
;
}
Type declaration
address
:
bigint
description
:
TransactionDescription
end
Status
:
AccountStatus
hash
:
(
(
)
=>
Buffer
)
(
)
:
Buffer
Returns
Buffer
Optional
in
Message
?:
Maybe
<
Message
>
lt
:
bigint
now
:
number
old
Status
:
AccountStatus
out
Messages
:
Dictionary
<
number
,
Message
>
out
Messages
Count
:
number
prev
Transaction
Hash
:
bigint
prev
Transaction
Lt
:
bigint
raw
:
Cell
state
Update
:
HashUpdate
total
Fees
:
CurrencyCollection
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@ton/core
Loading...