Skip to content

adamant-api / api / DelegateLookupOptions

Type Alias: DelegateLookupOptions

ts
type DelegateLookupOptions = 
  | UsernameObject
  | PublicKeyObject
  | AddressObject;

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

Object that identifies a delegate by username, public key, or address.

Released under the GPL-3.0 License.