PublicKeyUser
A type referring to a User that has signed with this publicKey in the past
type PublicKeyUser {
email: String
description: String!
publicKey: String!
}
Fields
PublicKeyUser.email ● String scalar
email if user, empty if API Key
PublicKeyUser.description ● String! non-null scalar
Description of the principal
PublicKeyUser.publicKey ● String! non-null scalar
Device Public Key
Member Of
WalletInfo object