Skip to content

adamant-api / api / UsernameOrPublicKeyObject

Type Alias: UsernameOrPublicKeyObject

ts
type UsernameOrPublicKeyObject = 
  | UsernameObject
  | PublicKeyObject;

Defined in: src/api/index.ts:121

Object that contains either username or publicKey field

Released under the GPL-3.0 License.