@multiversx/sdk-core - v14.0.1
Preparing search index...
UserPem
Class UserPem
Index
Constructors
constructor
Properties
label
public
Key
secret
Key
Methods
save
to
Text
from
File
from
File
All
from
Text
from
Text
All
Constructors
constructor
new
UserPem
(
label
:
string
,
secretKey
:
UserSecretKey
)
:
UserPem
Parameters
label
:
string
secretKey
:
UserSecretKey
Returns
UserPem
Properties
label
label
:
string
public
Key
publicKey
:
UserPublicKey
secret
Key
secretKey
:
UserSecretKey
Methods
save
save
(
path
:
PathLike
)
:
void
Parameters
path
:
PathLike
Returns
void
to
Text
toText
()
:
string
Returns
string
Static
from
File
fromFile
(
path
:
PathLike
,
index
?:
number
)
:
UserPem
Parameters
path
:
PathLike
index
:
number
= 0
Returns
UserPem
Static
from
File
All
fromFileAll
(
path
:
PathLike
)
:
UserPem
[]
Parameters
path
:
PathLike
Returns
UserPem
[]
Static
from
Text
fromText
(
text
:
string
,
index
?:
number
)
:
UserPem
Parameters
text
:
string
index
:
number
= 0
Returns
UserPem
Static
from
Text
All
fromTextAll
(
text
:
string
)
:
UserPem
[]
Parameters
text
:
string
Returns
UserPem
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
label
public
Key
secret
Key
Methods
save
to
Text
from
File
from
File
All
from
Text
from
Text
All
@multiversx/sdk-core - v14.0.1
Loading...