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