ChainGraph API Documentation / @badaitech/badai-api / GraphQL / Secret
Type Alias: Secret
Secret =
object
Defined in: client/graphql.ts:2249
A typed encrypted value that only belongs to its owner.
Properties
__typename?
optional__typename:"Secret"
Defined in: client/graphql.ts:2250
encrypted
encrypted:
Scalars["BlobBase64"]["output"]
Defined in: client/graphql.ts:2252
Encrypted value of the secret.
metadata
metadata:
SecretMetadata
Defined in: client/graphql.ts:2254
Metadata describing the encrypted value.