dash-platform-sdk
Preparing search index...
types
IdentifierWASM
Class IdentifierWASM
Index
Constructors
constructor
Properties
__
type
Methods
base58
base64
bytes
hex
from
Base58
from
Base64
from
Bytes
from
Hex
Constructors
constructor
new
IdentifierWASM
(
js_identifier
:
any
)
:
IdentifierWASM
Parameters
js_identifier
:
any
Returns
IdentifierWASM
Properties
Readonly
__
type
__type
:
string
Methods
base58
base58
()
:
string
Returns
string
base64
base64
()
:
string
Returns
string
bytes
bytes
()
:
Uint8Array
Returns
Uint8Array
hex
hex
()
:
string
Returns
string
Static
from
Base58
fromBase58
(
base58
:
string
)
:
IdentifierWASM
Parameters
base58
:
string
Returns
IdentifierWASM
Static
from
Base64
fromBase64
(
base64
:
string
)
:
IdentifierWASM
Parameters
base64
:
string
Returns
IdentifierWASM
Static
from
Bytes
fromBytes
(
bytes
:
Uint8Array
)
:
IdentifierWASM
Parameters
bytes
:
Uint8Array
Returns
IdentifierWASM
Static
from
Hex
fromHex
(
hex
:
string
)
:
IdentifierWASM
Parameters
hex
:
string
Returns
IdentifierWASM
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
__
type
Methods
base58
base64
bytes
hex
from
Base58
from
Base64
from
Bytes
from
Hex
dash-platform-sdk
Loading...