Github
Preparing search index...
The search index is not available
iso-filecoin - v6.0.0
iso-filecoin
address
<internal>
Address
Class Address
Generic address class
Implements
Hierarchy (
View Summary
)
Address
AddressId
AddressSecp256k1
AddressActor
AddressBLS
AddressDelegated
Index
Constructors
constructor
Properties
[symbol]
network
network
Prefix
payload
protocol
Methods
checksum
to0x
to
Bytes
to
Contract
Destination
to
Id
Address
to
String
Constructors
constructor
new
Address
(
payload
:
Uint8Array
,
network
:
Network
)
:
Address
Parameters
payload
:
Uint8Array
network
:
Network
Returns
Address
Properties
[symbol]
"[symbol]"
:
boolean
= true
network
network
:
Network
network
Prefix
networkPrefix
:
"f"
|
"t"
payload
payload
:
Uint8Array
protocol
protocol
:
ProtocolIndicatorCode
Methods
checksum
checksum
()
:
Uint8Array
Returns
Uint8Array
to0x
to0x
(
options
:
AddressRpcSafetyOptions
)
:
Promise
<
string
>
Convert to Eth Address
Parameters
options
:
AddressRpcSafetyOptions
Returns
Promise
<
string
>
to
Bytes
toBytes
()
:
Uint8Array
Returns
Uint8Array
to
Contract
Destination
toContractDestination
()
:
`
0x
${
string
}
`
Returns
`
0x
${
string
}
`
to
Id
Address
toIdAddress
(
options
:
AddressRpcSafetyOptions
)
:
Promise
<
AddressId
>
Convert to ID Address
Parameters
options
:
AddressRpcSafetyOptions
Returns
Promise
<
AddressId
>
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
[symbol]
network
network
Prefix
payload
protocol
Methods
checksum
to0x
to
Bytes
to
Contract
Destination
to
Id
Address
to
String
Github
iso-filecoin - v6.0.0
Loading...
Generic address class
Implements