Axinom Mosaic Libraries
Axinom Portal
Preparing search index...
@axinom/mosaic-message-bus
internal
GetPublicSigningKeysQuery
Type Alias GetPublicSigningKeysQuery
type
GetPublicSigningKeysQuery
=
{
__typename
?:
"Query"
;
publicKeys
?:
|
{
__typename
?:
"PublicKeysConnection"
;
nodes
:
{
__typename
?:
"PublicKey"
;
isActive
:
boolean
;
key
:
string
;
serviceId
:
string
;
version
:
number
;
}
[]
;
}
|
null
;
}
Index
Properties
__
typename?
public
Keys?
Properties
Optional
__
typename
__typename
?:
"Query"
Optional
public
Keys
publicKeys
?:
|
{
__typename
?:
"PublicKeysConnection"
;
nodes
:
{
__typename
?:
"PublicKey"
;
isActive
:
boolean
;
key
:
string
;
serviceId
:
string
;
version
:
number
;
}
[]
;
}
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
public
Keys
Axinom Portal
Axinom Mosaic Libraries
Loading...