Preparing search index...
The search index is not available
Ceramic Typescript Implementation
Ceramic Typescript Implementation
@ceramicnetwork/common
CeramicSigner
Class CeramicSigner
Hierarchy
CeramicSigner
Implements
IntoSigner
Index
Constructors
constructor
Accessors
signer
Methods
as
Controller
create
DagJWS
createJWS
verifyJWS
with
Did
fromDID
invalid
Constructors
constructor
new
Ceramic
Signer
(
reqs
?:
UnderlyingCeramicSigner
)
:
CeramicSigner
Parameters
Optional
reqs:
UnderlyingCeramicSigner
Returns
CeramicSigner
Accessors
signer
get
signer
(
)
:
CeramicSigner
Returns
CeramicSigner
Methods
as
Controller
as
Controller
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
create
DagJWS
create
DagJWS
(
payload
:
Record
<
string
,
any
>
, options
?:
CreateJWSOptions
)
:
Promise
<
DagJWSResult
>
Parameters
payload:
Record
<
string
,
any
>
Optional
options:
CreateJWSOptions
Returns
Promise
<
DagJWSResult
>
createJWS
createJWS
<
T
>
(
payload
:
T
, options
?:
CreateJWSOptions
)
:
Promise
<
DagJWS
>
Type Parameters
T
extends
string
|
Record
<
string
,
any
>
Parameters
payload:
T
Optional
options:
CreateJWSOptions
Returns
Promise
<
DagJWS
>
verifyJWS
verifyJWS
(
jws
:
string
|
DagJWS
, options
?:
VerifyJWSOptions
)
:
Promise
<
VerifyJWSResult
>
Parameters
jws:
string
|
DagJWS
Optional
options:
VerifyJWSOptions
Returns
Promise
<
VerifyJWSResult
>
with
Did
with
Did
(
did
:
DID
)
:
void
Parameters
did:
DID
Returns
void
Static
fromDID
fromDID
(
did
:
DID
)
:
CeramicSigner
Parameters
did:
DID
Returns
CeramicSigner
Static
invalid
invalid
(
)
:
CeramicSigner
Returns
CeramicSigner
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
Ceramic
Typescript
Implementation
@ceramicnetwork/3id-
did-
resolver
@ceramicnetwork/anchor-
listener
@ceramicnetwork/anchor-
utils
@ceramicnetwork/base-
test-
utils
@ceramicnetwork/blockchain-
utils-
linking
cosmos
eosio
ethereum
filecoin
polkadot
solana
tezos
@ceramicnetwork/blockchain-
utils-
validation
@ceramicnetwork/cli
@ceramicnetwork/codecs
@ceramicnetwork/common
@ceramicnetwork/common-
test-
utils
@ceramicnetwork/core
@ceramicnetwork/did-
test-
utils
@ceramicnetwork/http-
client
@ceramicnetwork/indexing
@ceramicnetwork/ipfs-
daemon
@ceramicnetwork/ipfs-
topology
@ceramicnetwork/job-
queue
@ceramicnetwork/logger
@ceramicnetwork/pinning-
aggregation
@ceramicnetwork/pinning-
crust-
backend
@ceramicnetwork/pinning-
ipfs-
backend
@ceramicnetwork/pinning-
powergate-
backend
@ceramicnetwork/stream-
caip10-
link
@ceramicnetwork/stream-
caip10-
link-
handler
@ceramicnetwork/stream-
handler-
common
@ceramicnetwork/stream-
model
@ceramicnetwork/stream-
model-
handler
@ceramicnetwork/stream-
model-
instance
@ceramicnetwork/stream-
model-
instance-
handler
@ceramicnetwork/stream-
tile
@ceramicnetwork/stream-
tile-
handler
@ceramicnetwork/streamid
Stream
Ref
Ceramic
Signer
constructor
signer
as
Controller
create
DagJWS
createJWS
verifyJWS
with
Did
fromDID
invalid