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.