Preparing search index...
The search index is not available
@switchboard-xyz/aptos-sdk
@switchboard-xyz/aptos-sdk
CreateSecretPayload
Class CreateSecretPayload
Implements
ICreateSecretPayload
Index
Constructors
constructor
Properties
ciphersuite
secret
secret_
name
timestamp
user_
pubkey
Methods
to
Encoded
Message
toJSON
to
String
from
Constructors
constructor
new
CreateSecretPayload
(
user_pubkey
:
string
,
ciphersuite
:
string
,
secret_name
:
string
,
secret
:
string
,
timestamp
:
number
,
)
:
CreateSecretPayload
Parameters
user_pubkey
:
string
ciphersuite
:
string
secret_name
:
string
secret
:
string
timestamp
:
number
Returns
CreateSecretPayload
Properties
Readonly
ciphersuite
ciphersuite
:
string
Readonly
secret
secret
:
string
Readonly
secret_
name
secret_name
:
string
Readonly
timestamp
timestamp
:
number
Readonly
user_
pubkey
user_pubkey
:
string
Methods
to
Encoded
Message
toEncodedMessage
()
:
Buffer
Returns
Buffer
toJSON
toJSON
()
:
ICreateSecretPayload
Returns
ICreateSecretPayload
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Static
from
from
(
obj
:
ICreateSecretPayload
)
:
CreateSecretPayload
Parameters
obj
:
ICreateSecretPayload
Returns
CreateSecretPayload
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
ciphersuite
secret
secret_
name
timestamp
user_
pubkey
Methods
to
Encoded
Message
toJSON
to
String
from
@switchboard-xyz/aptos-sdk
Loading...
Returns a string representation of an object.