Preparing search index...
The search index is not available
api-wasm
api-wasm
AccountHash
Class AccountHash
Index
Constructors
constructor
Methods
free
to
Formatted
String
to
Hex
String
to
Json
from
Formatted
Str
from
Public
Key
from
Uint8
Array
Constructors
constructor
new
AccountHash
(
account_hash_hex_str
:
string
)
:
AccountHash
Parameters
account_hash_hex_str
:
string
Returns
AccountHash
Methods
free
free
()
:
void
Returns
void
to
Formatted
String
toFormattedString
()
:
string
Returns
string
to
Hex
String
toHexString
()
:
string
Returns
string
to
Json
toJson
()
:
any
Returns
any
Static
from
Formatted
Str
fromFormattedStr
(
formatted_str
:
string
)
:
AccountHash
Parameters
formatted_str
:
string
Returns
AccountHash
Static
from
Public
Key
fromPublicKey
(
public_key
:
PublicKey
)
:
AccountHash
Parameters
public_key
:
PublicKey
Returns
AccountHash
Static
from
Uint8
Array
fromUint8Array
(
bytes
:
Uint8Array
)
:
AccountHash
Parameters
bytes
:
Uint8Array
Returns
AccountHash
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
free
to
Formatted
String
to
Hex
String
to
Json
from
Formatted
Str
from
Public
Key
from
Uint8
Array
api-wasm
Loading...