G
G
Golem SDK
Search
K

Class: PublicKey

yajsapi / Exports / crypto / PublicKey

Class: PublicKey

crypto.PublicKey

Table of contents

Constructors

Properties

Methods

Constructors

constructor

Private new PublicKey()
Defined in

Properties

inner

inner: Buffer
Defined in

Methods

toString

toString(): string
Returns
string
Defined in

from

Static from(buffer): PublicKey
Parameters
Name
Type
buffer
Buffer
Returns
PublicKey
Defined in

fromHex

Static fromHex(hex): PublicKey
Parameters
Name
Type
hex
string
Returns
PublicKey
Defined in