Type alias DelegateInfo

DelegateInfo: {
    active?: boolean;
    address?: string | null;
    alias?: string | null;
}

Type declaration

  • Optional active?: boolean
  • Optional address?: string | null
  • Optional alias?: string | null

Generated using TypeDoc