TON SDK Documentation - v15.3.1duck0.0.3
Preparing search index...
ContractState
Type Alias ContractState
type
ContractState
=
{
balance
:
bigint
;
extracurrency
:
Maybe
<
ExtraCurrency
>
;
last
:
{
hash
:
Buffer
;
lt
:
bigint
}
|
null
;
state
:
|
{
type
:
"uninit"
}
|
{
code
:
Maybe
<
Buffer
>
;
data
:
Maybe
<
Buffer
>
;
type
:
"active"
}
|
{
stateHash
:
Buffer
;
type
:
"frozen"
}
;
}
Index
Properties
balance
extracurrency
last
state
Properties
balance
balance
:
bigint
extracurrency
extracurrency
:
Maybe
<
ExtraCurrency
>
last
last
:
{
hash
:
Buffer
;
lt
:
bigint
}
|
null
state
state
:
|
{
type
:
"uninit"
}
|
{
code
:
Maybe
<
Buffer
>
;
data
:
Maybe
<
Buffer
>
;
type
:
"active"
}
|
{
stateHash
:
Buffer
;
type
:
"frozen"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
balance
extracurrency
last
state
TON SDK Documentation - v15.3.1duck0.0.3
Loading...