Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/sdk-ts
PublicKey
Class PublicKey
Hierarchy
PublicKey
Index
Constructors
constructor
Properties
key
type
Methods
to
Address
to
Any
to
Base64
to
Bech32
to
Hex
to
Proto
to
Pub
Key
Bytes
from
Base64
from
Bytes
from
Hex
Constructors
Private
constructor
new
Public
Key
(
key
:
internal
.
Uint8Array
, type
?:
string
)
:
PublicKey
Parameters
key:
internal
.
Uint8Array
Optional
type:
string
Returns
PublicKey
Properties
Private
key
key
:
internal
.
Uint8Array
Private
type
type
:
string
Methods
to
Address
to
Address
(
)
:
Address
Returns
Address
to
Any
to
Any
(
)
:
internal
.
Any
Returns
internal
.
Any
to
Base64
to
Base64
(
)
:
string
Returns
string
to
Bech32
to
Bech32
(
)
:
string
Returns
string
to
Hex
to
Hex
(
)
:
string
Returns
string
to
Proto
to
Proto
(
)
:
internal
.
PubKey
Returns
internal
.
PubKey
to
Pub
Key
Bytes
to
Pub
Key
Bytes
(
)
:
internal
.
Uint8Array
Returns
internal
.
Uint8Array
Static
from
Base64
from
Base64
(
publicKey
:
string
)
:
PublicKey
Parameters
publicKey:
string
Returns
PublicKey
Static
from
Bytes
from
Bytes
(
publicKey
:
internal
.
Uint8Array
)
:
PublicKey
Parameters
publicKey:
internal
.
Uint8Array
Returns
PublicKey
Static
from
Hex
from
Hex
(
privateKey
:
string
|
internal
.
Uint8Array
)
:
PublicKey
Parameters
privateKey:
string
|
internal
.
Uint8Array
Returns
PublicKey
Modules
@injectivelabs/sdk-
ts
internal
@injectivelabs/wallet-
ts
Public
Key
constructor
key
type
to
Address
to
Any
to
Base64
to
Bech32
to
Hex
to
Proto
to
Pub
Key
Bytes
from
Base64
from
Bytes
from
Hex
Generated using
TypeDoc