dash-platform-sdk
Preparing search index...
types
IdentityWASM
Class IdentityWASM
Index
Constructors
constructor
Properties
__
type
balance
revision
Accessors
id
Methods
add
Public
Key
base64
bytes
get
Public
Key
By
Id
get
Public
Keys
hex
from
Base64
from
Bytes
from
Hex
Constructors
constructor
new
IdentityWASM
(
js_identifier
:
any
)
:
IdentityWASM
Parameters
js_identifier
:
any
Returns
IdentityWASM
Properties
Readonly
__
type
__type
:
string
balance
balance
:
bigint
revision
revision
:
bigint
Accessors
id
get
id
()
:
IdentifierWASM
Returns
IdentifierWASM
set
id
(
value
:
any
)
:
void
Parameters
value
:
any
Returns
void
Methods
add
Public
Key
addPublicKey
(
public_key
:
IdentityPublicKeyWASM
)
:
void
Parameters
public_key
:
IdentityPublicKeyWASM
Returns
void
base64
base64
()
:
string
Returns
string
bytes
bytes
()
:
Uint8Array
Returns
Uint8Array
get
Public
Key
By
Id
getPublicKeyById
(
key_id
:
number
)
:
IdentityPublicKeyWASM
Parameters
key_id
:
number
Returns
IdentityPublicKeyWASM
get
Public
Keys
getPublicKeys
()
:
IdentityPublicKeyWASM
[]
Returns
IdentityPublicKeyWASM
[]
hex
hex
()
:
string
Returns
string
Static
from
Base64
fromBase64
(
base64
:
string
)
:
IdentityWASM
Parameters
base64
:
string
Returns
IdentityWASM
Static
from
Bytes
fromBytes
(
bytes
:
Uint8Array
)
:
IdentityWASM
Parameters
bytes
:
Uint8Array
Returns
IdentityWASM
Static
from
Hex
fromHex
(
hex
:
string
)
:
IdentityWASM
Parameters
hex
:
string
Returns
IdentityWASM
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
__
type
balance
revision
Accessors
id
Methods
add
Public
Key
base64
bytes
get
Public
Key
By
Id
get
Public
Keys
hex
from
Base64
from
Bytes
from
Hex
dash-platform-sdk
Loading...