TON SDK Documentation - v15.3.1duck0.0.3
Preparing search index...
Address
Class Address
Index
Constructors
constructor
Properties
[
Symbol
Inspect]
hash
to
Raw
to
Raw
String
to
String
to
String
Buffer
work
Chain
Methods
equals
is
Address
is
Friendly
is
Raw
normalize
parse
parse
Friendly
parse
Raw
Constructors
constructor
new
Address
(
workChain
:
number
,
hash
:
Buffer
)
:
Address
Parameters
workChain
:
number
hash
:
Buffer
Returns
Address
Properties
[
Symbol
Inspect]
"[SymbolInspect]"
:
()
=>
string
Readonly
hash
hash
:
Buffer
to
Raw
toRaw
:
()
=>
Buffer
to
Raw
String
toRawString
:
()
=>
string
to
String
toString
:
(
args
?:
{
bounceable
?:
boolean
;
testOnly
?:
boolean
;
urlSafe
?:
boolean
}
,
)
=>
string
to
String
Buffer
toStringBuffer
:
(
args
?:
{
bounceable
?:
boolean
;
testOnly
?:
boolean
}
)
=>
Buffer
Readonly
work
Chain
workChain
:
number
Methods
equals
equals
(
src
:
Address
)
:
boolean
Parameters
src
:
Address
Returns
boolean
Static
is
Address
isAddress
(
src
:
any
)
:
src
is
Address
Parameters
src
:
any
Returns
src
is
Address
Static
is
Friendly
isFriendly
(
source
:
string
)
:
boolean
Parameters
source
:
string
Returns
boolean
Static
is
Raw
isRaw
(
source
:
string
)
:
boolean
Parameters
source
:
string
Returns
boolean
Static
normalize
normalize
(
source
:
string
|
Address
)
:
string
Parameters
source
:
string
|
Address
Returns
string
Static
parse
parse
(
source
:
string
)
:
Address
Parameters
source
:
string
Returns
Address
Static
parse
Friendly
parseFriendly
(
source
:
string
|
Buffer
,
)
:
{
address
:
Address
;
isBounceable
:
boolean
;
isTestOnly
:
boolean
}
Parameters
source
:
string
|
Buffer
Returns
{
address
:
Address
;
isBounceable
:
boolean
;
isTestOnly
:
boolean
}
Static
parse
Raw
parseRaw
(
source
:
string
)
:
Address
Parameters
source
:
string
Returns
Address
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
[
Symbol
Inspect]
hash
to
Raw
to
Raw
String
to
String
to
String
Buffer
work
Chain
Methods
equals
is
Address
is
Friendly
is
Raw
normalize
parse
parse
Friendly
parse
Raw
TON SDK Documentation - v15.3.1duck0.0.3
Loading...